Re: [FFmpeg-devel] [PATCH] fic: set pict_type/key_frame after (instead of during) slice decoding.

2017-03-29 Thread Paul B Mahol
On 3/29/17, Ronald S. Bultje wrote: > 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 | 29 ++--- > 1 file changed, 14 insertions(+), 15 deletions(-) > LGTM __

[FFmpeg-devel] [PATCH] fic: set pict_type/key_frame after (instead of during) slice decoding.

2017-03-28 Thread Ronald S. Bultje
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 | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/libavcodec/fic.c b/libavcodec/fic.c index d3952a4..2bec