]> git.sesse.net Git - ffmpeg/commit
h264: always set redundant_pic_count during slice header parsing
authorAnton Khirnov <anton@khirnov.net>
Fri, 20 May 2016 10:33:30 +0000 (12:33 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:20:20 +0000 (11:20 +0200)
commit6efc4638584e1e14d1a6152186ba28f5d48a80c0
tree60fcf640993d72e19a17bfb9127ecbfd3cf97837
parent606fb6c032fa44d9fa1efd4971308c228f2ebfff
h264: always set redundant_pic_count during slice header parsing

It is always checked in the surrounding code, so this make sure we don't
see a value from an old slice.
libavcodec/h264_slice.c