[FFmpeg-trac] #1273(avformat:new): initial seek causes failure to display on some avi files

FFmpeg trac at avcodec.org
Fri May 4 14:54:04 CEST 2012


#1273: initial seek causes failure to display on some avi files
----------------------------------+---------------------------------------
             Reporter:  DonMoir   |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  unspecified
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 If you do a seek prior to calling avcodec_decode_video2 at least once,
 then you will no longer get any video stream packets with the attached
 files. The seek works fine after you call avcodec_decode_video2 but not if
 you tried to seek prior to this. Reading a first video packet is not
 enough.

 It can be any seek like -ss 0, --ss 1, etc.

 The audio is ok.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1273>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list