[FFmpeg-trac] #3743(avcodec:new): mpeg2video decoder loses frames when progressive_sequence flag flips
    FFmpeg 
    trac at avcodec.org
       
    Thu Jun 26 13:05:48 CEST 2014
    
    
  
#3743: mpeg2video decoder loses frames when progressive_sequence flag flips
----------------------------------+--------------------------------------
             Reporter:  SianLiao  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avcodec   |                  Version:  git-master
             Keywords:  mpeg      |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 Summary of the bug:
 In mpeg2video streams where progressive_sequence flag flips, one-frame
 will be lost due to context reinitialized in mpeg_decode_postinit call
 Without entering the initialization block the otherwise lost frame is
 decoded correctly.
 (ffmpeg binary causes a duplicate frame in that position when decoding)
 How to reproduce:
 {{{
 Decode an mpeg2 stream with progressive_sequence flipping
 ffmpeg version 2.2.1 and prior
 }}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3743>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
    
    
More information about the FFmpeg-trac
mailing list