• Michael Niedermayer's avatar
    Always reset slice_table. · 2ce1c2e0
    Michael Niedermayer authored
    Previously, the area of a lost slice would be left at the slice number of the previous
    frame which could occasionally match the number of the next slice and thus a non existing
    slice could have been used for prediction leading to additional decoding errors in otherwise
    undamaged slices.
    
    Originally committed as revision 22483 to svn://svn.ffmpeg.org/ffmpeg/trunk
    2ce1c2e0
h264.c 114 KB