Hi Michael, On Tue, Nov 22, 2016 at 2:57 PM, Michael Niedermayer <mich...@niedermayer.cc> wrote: > > we have plenty of code that accesses fields without the extra layer > of weak atomics. > For example the progress code in the frame threading.
The progress code in the frame threading also has data races as defined by the C standard, so ThreadSanitizer also warns about it. I submitted patches for that code to use atomic operations before. > Can you just merge the varible ? Yes, I will create a patch to just merge the variables. My goal is to fix the data races, so I still need to create another patch on top to use atomic operations. Wan-Teh Chang _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel