diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-10-03 16:25:14 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-10-05 02:49:45 +0200 |
commit | f6f7d1504134683c435e2c7d804279d982e52bb4 (patch) | |
tree | fff69ec29a5fb7e1feb81abe54f501b04bef52b7 /libavcodec/msmpeg4.c | |
parent | a7329e5fc22433dfeaf7af22fb40fe3cada21385 (diff) | |
download | ffmpeg-f6f7d1504134683c435e2c7d804279d982e52bb4.tar.gz |
h264: don't touch H264Context->ref_count[] during MB decoding
The variable is copied to subsequent threads at the same time, so this
may cause wrong ref_count[] values to be copied to subsequent threads.
This bug was found using TSAN.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/msmpeg4.c')
0 files changed, 0 insertions, 0 deletions