[vlc-devel] commit: Typo ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Oct 12 18:53:18 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 12 19:53:11 2009 +0300| [28c010fade3e6c32563d3ad3ff0f47a8fc41e842] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28c010fade3e6c32563d3ad3ff0f47a8fc41e842
---
modules/stream_out/transcode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/transcode.c b/modules/stream_out/transcode.c
index 5bd52ad..dcccea1 100644
--- a/modules/stream_out/transcode.c
+++ b/modules/stream_out/transcode.c
@@ -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 ();
}
More information about the vlc-devel
mailing list