Always reset slice_table.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 12 Mar 2010 15:21:45 +0000 (15:21 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 12 Mar 2010 15:21:45 +0000 (15:21 +0000)
commit2ce1c2e063d91aa61844f65cad0819372b20dbd5
treef6ca070d1ffd063a0caf01f05294d9df6e2a6048
parent382f3a5b6fed1ee381b8ba53cdfab680eb17173a
Always reset slice_table.
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
libavcodec/h264.c