[FFmpeg-devel] Do not probe when the format is known
Jean-Daniel Dupas
devlists
Mon Apr 12 12:46:53 CEST 2010
In av_open_input_file(), do not try to probe the input format if it is already defined.
It would have the side effect of calling rewind on the freshly created buffer and invalidate it (as rewind does not properly handle new context, but that's an other story).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: noprobe.patch
Type: application/octet-stream
Size: 562 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100412/5a5dc887/attachment.obj>
-------------- next part --------------
-- Jean-Daniel
More information about the ffmpeg-devel
mailing list