]> git.sesse.net Git - ffmpeg/commit
h264: do not copy ref count/ref2frm when updating per-frame context
authorAnton Khirnov <anton@khirnov.net>
Thu, 14 Feb 2013 10:41:10 +0000 (11:41 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 2 Mar 2013 09:26:50 +0000 (10:26 +0100)
commite671d3ad6cd7fe1d02e9b35b889a25d8c059fce9
tree9be7e19923ece8186b5bd4cf781b62ed0a705790
parentc5a738ca4e9789b4678b10240777d931e7dc24c9
h264: do not copy ref count/ref2frm when updating per-frame context

They are filled in decode_slice_header() anyway.
libavcodec/h264.c