diff mplayer.c @ 4693:20d5cc87be20

Also display clip info for audio only contents
author albeu
date Thu, 14 Feb 2002 12:55:27 +0000
parents 31265995cc3a
children 5bad0d74f6ea
line wrap: on
line diff
--- a/mplayer.c	Thu Feb 14 03:26:50 2002 +0000
+++ b/mplayer.c	Thu Feb 14 12:55:27 2002 +0000
@@ -1132,13 +1132,13 @@
   if(subtitles && stream_dump_type==4) dump_mpsub(subtitles, sh_video->fps);
 #endif	
 
-/* display clip info */
-demux_info_print(demuxer);
-
 //================== Init AUDIO (codec) ==========================
 init_audio:
 current_module="init_audio_codec";
 
+/* display clip info */
+demux_info_print(demuxer);
+
 if(sh_audio){
   // Go through the codec.conf and find the best codec...
   sh_audio->codec=NULL;