Skip to content
Snippets Groups Projects
X

x264

Project ID: 1875
Forked from VideoLAN / x264
Loading
Jean-Baptiste Kempf's avatar
Jean-Baptiste Kempf authored
The lookahead_thread main loop checks b_exit_thread and exits if it is set.
That flag is set by x264_lookahead_delete, which uses ifbuf.mutex to guard accessing it.
However, the read in the while-loop condition of lookahead_thread is not guarded,
and so TSAN sometimes reports a data race.
66a5bc1b
Name Last commit Last update