[FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream

FFmpeg trac at avcodec.org
Mon Jan 7 05:12:03 CET 2013


#2117: Ogg demuxer producing corrupted Vorbis stream
-------------------------------------+-------------------------------------
             Reporter:  heleppkes    |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  ogg vorbis   |               Blocked By:
  regression                         |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by michael):

 * analyzed:  0 => 1


Comment:

 The file contains 2 concatenated ogg vorbis streams, the first is very
 short. The difference between the "working" and not working revissions is
 purely how many packets they read before initing the decoder. If its
 inited during the first stream it can decode the first but not the second,
 as the first is very short this makes it appear as if its not working, if
 its inited during the second it can decode the second stream.
 That it works with some revissions is thus purely random luck ...

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2117#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list