Commit 6ab2d266 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

transcode: flag a bug

parent 0a373446
......@@ -2093,7 +2093,11 @@ static picture_t *video_new_buffer_decoder( decoder_t *p_dec )
{
/* Encoder still has stuff to encode, wait to clear-up the list */
while( p_ssys->i_first_pic == i_first_pic )
msleep( 5000 );
{
#warning THERE IS A DEFINITELY BUG! LOCKING IS INSUFFICIENT!
msleep( 10000 );
barrier ();
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment