]> git.sesse.net Git - ffmpeg/commit
h264dec: reset nb_slice_ctx_queued for hwaccel decoding
authorAnton Khirnov <anton@khirnov.net>
Mon, 1 Aug 2016 05:42:30 +0000 (07:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Aug 2016 08:56:52 +0000 (10:56 +0200)
commitd3e4d406b020b0464486318aceda08bd8f69ca41
tree4809c50c27671d8a7fab329145a65ac90c40f02f
parente5b019725f53b79159931d3a7317107cbbfd0860
h264dec: reset nb_slice_ctx_queued for hwaccel decoding

Fixes hwaccel decoding of files with multiple slices.

Found-By: Mark Thompson <sw@jkqxz.net>
libavcodec/h264dec.c