[FFmpeg-devel] [PATCH] Fix ogg demuxer with broken (continuation) files [issue 798]

Peter Ross pross
Mon Jan 26 08:47:46 CET 2009


Hi,

This patch makes the ogg demuxer function with malformed ogg files where the continuation
flag is set incorrectly.

Example. http://ftp.heanet.ie/mirrors/fosdem-video/2008/maintracks/FOSDEM2008-swpat.ogg
contains stupid page/segment configurations like this:

 PAGE N
    SEGMENT (236 bytes)
    SEGMENT (255 bytes)
 PAGE N+1, continuation flag not set
    SEGMENT (0 bytes)
    SEGMENT (253 bytes)
    ...

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ogg-assumed-cont.diff
Type: text/x-diff
Size: 1924 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090126/a9cd9503/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090126/a9cd9503/attachment.pgp>



More information about the ffmpeg-devel mailing list