[FFmpeg-devel] [PATCH] wtvdec: when testing for truncated files, actually check the .wtv file size
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Dec 22 08:10:54 CET 2013
On 21.12.2013, at 09:42, Peter Ross <pross at xvid.org> wrote:
> Previously the demuxer was testing against avio_tell, and this would generate
> many false warnings.
Do we support streaming (or otherwise non-seekable) wtv files?
I suspect not, but to be correct for that case it would need to check that avio_size is valid first...
More information about the ffmpeg-devel
mailing list