]> git.sesse.net Git - vlc/commitdiff
. changement cosm�tique
authorSam Hocevar <sam@videolan.org>
Tue, 11 Jul 2000 23:03:54 +0000 (23:03 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 11 Jul 2000 23:03:54 +0000 (23:03 +0000)
include/config.h.in
src/interface/main.c
src/video_parser/vpar_synchro.c

index 9aa49cd2f6b7ee2f62d32d01de77abe226e8a387..519cf3022540fbcab723441116d1757b2113abba 100644 (file)
@@ -44,7 +44,7 @@
                           /* "(" PROGRAM_BUILD ") (" PROGRAM_OPTIONS ")\n" */ \
                             "Copyright 1996-2000 VideoLAN\n"
 #define COPYRIGHT_MESSAGE   "VideoLAN Client - version @VLC_VERSION@" \
-                            " @VLC_CODENAME@ - (c)1996-2000 VideoLAN"
+                            " @VLC_CODENAME@ - (c)1996-2000 VideoLAN\n"
 
 #define VERSION             "@VLC_VERSION@"
 
index b991a4e896ddd24c9ebf03de0aee48270dbfdeae..bd50e63cbea66e312403b279c42d2c11b242e8d0 100644 (file)
@@ -426,6 +426,8 @@ static int GetConfiguration( int i_argc, char *ppsz_argv[], char *ppsz_env[] )
     p_main->ppsz_env  = ppsz_env;
     SetDefaultConfiguration();
 
+    intf_MsgImm( COPYRIGHT_MESSAGE "\n" );
+
     /* Parse command line options */
     opterr = 0;
     while( ( c = getopt_long( i_argc, ppsz_argv, psz_shortopts, longopts, 0 ) ) != EOF )
@@ -547,8 +549,6 @@ static void Usage( int i_fashion )
         return;
     }
 
-    intf_MsgImm( COPYRIGHT_MESSAGE "\n" );
-
     /* Options */
     intf_Msg( "\n"
               "Options:\n"
index c7ef44e1cd556934d81a2144ac9d80feed02a0d9..b1b732df3529587011ccea8d7f8b2c286d9f8af9 100644 (file)
@@ -167,8 +167,8 @@ void vpar_SynchroUpdateStructures( vpar_thread_t * p_vpar,
                 intf_ErrMsg( "P: %.2f/%i  ", p_vpar->synchro.displayable_p,
                                              p_vpar->synchro.i_P_seen );
             if( p_vpar->synchro.b_all_B )
-                intf_ErrMsg( "B: %i/%i", p_vpar->synchro.displayable_b,
-                                         p_vpar->synchro.displayable_b );
+                intf_ErrMsg( "B: %i/%i", p_vpar->synchro.i_B_seen,
+                                         p_vpar->synchro.i_B_seen );
             else if( p_vpar->synchro.displayable_b > 0 )
                 intf_ErrMsg( "B: %.2f/%i", p_vpar->synchro.displayable_b,
                                            p_vpar->synchro.i_B_seen );