Changes between Initial Version and Version 5 of Ticket #6595


Ignore:
Timestamp:
Nov 2, 2010, 12:20:31 PM (13 years ago)
Author:
phoudoin
Comment:

Reproduced here. Seems, indeed, not a MediaConverter issue but a crashing condition in ffmpeg's AVFormatReader::Sniff() cleanup on unknown file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6595

    • Property Component Applications/MediaConverterAudio & Video/Codecs
    • Property Keywords ffmpeg media codec sniff added
    • Property Owner changed from nobody to stippi
    • Property Status newassigned
    • Property Summary MediaConverter crashes if given a file it can't handle.ffmpeg plugin's AVFormatReader crashes if given a file it can't handle.
  • Ticket #6595 – Description

    initial v5  
    1 Instead of rejecting a file that it can't handle, MediaConverter just crashes out to gdb.
    2 This may or may not be the same issue as #6497.
     1Instead of rejecting a file that it can't handle, FFMPEG plugin AVFormatReader crash in Sniff() cleanup.