]> git.sesse.net Git - ffmpeg/commit
h264: handle frame recovery in h264_field_start()
authorAnton Khirnov <anton@khirnov.net>
Fri, 20 May 2016 10:42:23 +0000 (12:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:20:51 +0000 (11:20 +0200)
commit58640fe89ec4f2a3d67c0a2585fca8de34440857
treeebae533e04778c5d4c1827b65210d610659c5dfb
parente26c64148be8a20ace7512d96503172fb5e9753b
h264: handle frame recovery in h264_field_start()

This is a more appropriate place for this. H264Context.recovery_frame is
shared between frame threads, so modifying it where it is right now is
invalid.
libavcodec/h264_slice.c
libavcodec/h264dec.c