]> git.sesse.net Git - ffmpeg/commit
fic: set pict_type/key_frame after (instead of during) slice decoding.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 28 Mar 2017 23:52:07 +0000 (19:52 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 31 Mar 2017 12:26:23 +0000 (08:26 -0400)
commit73f863d751df84db7a0ca1bd83cdff1b95dc94dd
treea489eff8278b7916b8db2e63f2409f87507b75e7
parent9e2050b698b204bcc4af39e014b3e621294a114a
fic: set pict_type/key_frame after (instead of during) slice decoding.

This fixes a race condition that was already documented in the source
code, and is also reported by tsan in fate-fic-avi.
libavcodec/fic.c