[vlc-devel] real demuxer : don't try to be too smart to find version

matthieu castet castet.matthieu at free.fr
Thu Jan 19 22:02:43 CET 2006


Hi,

in order to find the real video version the real demuxer compare the 
whole version packet and not the first bit.

This could lead as stream that are skip as the list isn't exhaustive.

For example for real 1, vlc demuxer support 0x10003000 and 0x10003001 
but ffmpeg demuxer support 0x10000000, 0x10002000, 0x10003000, 0x10003001.

This patch only compare the first byte and let's the codec find if is a 
valid stream.

Matthieu
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: real.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060119/c1ae22fa/attachment.ksh>


More information about the vlc-devel mailing list