Commit 28c010fa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 79f996dc
......@@ -2067,7 +2067,7 @@ 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 )
{
#warning THERE IS A DEFINITELY BUG! LOCKING IS INSUFFICIENT!
#warning THERE IS DEFINITELY A 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