Re: [FFmpeg-devel] [PATCH] ffmpeg: make transcode_init_done atomic.

2017-03-31 Thread wm4
On Fri, 31 Mar 2017 11:45:44 -0400 "Ronald S. Bultje" wrote: > Should fix tsan warnings in fate-fifo-muxer-h264/wav: > > WARNING: ThreadSanitizer: data race (pid=26552) > Write of size 4 at 0x01e0d7c0 by main thread: > #0 transcode_init src/ffmpeg.c:3761 (ffmpeg+0x0050ca1c) > [..]

[FFmpeg-devel] [PATCH] ffmpeg: make transcode_init_done atomic.

2017-03-31 Thread Ronald S. Bultje
Should fix tsan warnings in fate-fifo-muxer-h264/wav: WARNING: ThreadSanitizer: data race (pid=26552) Write of size 4 at 0x01e0d7c0 by main thread: #0 transcode_init src/ffmpeg.c:3761 (ffmpeg+0x0050ca1c) [..] Previous read of size 4 at 0x01e0d7c0 by thread T1: #0 decode_int

[FFmpeg-devel] [PATCH] ffmpeg: make transcode_init_done atomic.

2017-03-31 Thread Ronald S. Bultje
Should fix tsan warnings in fate-fifo-muxer-h264/wav: WARNING: ThreadSanitizer: data race (pid=26552) Write of size 4 at 0x01e0d7c0 by main thread: #0 transcode_init src/ffmpeg.c:3761 (ffmpeg+0x0050ca1c) [..] Previous read of size 4 at 0x01e0d7c0 by thread T1: #0 decode_int