]> git.sesse.net Git - vlc/blobdiff - src/vlc.c
. in PMT decoder, fix the iso639-2B language code decoding bug:
[vlc] / src / vlc.c
index 09c8c0d1db9b7b89e1f07a31e3ff9e1748ba5480..622d8052214edacdec21d34c191e286c9fb255ae 100644 (file)
--- a/src/vlc.c
+++ b/src/vlc.c
@@ -2,7 +2,7 @@
  * vlc.c: the vlc player
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: vlc.c,v 1.18 2002/11/13 15:28:24 sam Exp $
+ * $Id: vlc.c,v 1.19 2002/12/25 23:39:01 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -103,7 +103,7 @@ int main( int i_argc, char *ppsz_argv[] )
 
     /* Add a blocking interface and keep the return value */
     i_ret = VLC_AddIntf( 0, NULL, VLC_TRUE );
+
     /* Finish the threads */
     VLC_Stop( 0 );