[Mplayer-cvslog] CVS: main mplayer.c,1.392,1.393
Alban Bedel CVS
albeu at mplayer.dev.hu
Thu Feb 14 13:55:37 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv6034
Modified Files:
mplayer.c
Log Message:
Also display clip info for audio only contents
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -r1.392 -r1.393
--- mplayer.c 11 Feb 2002 11:46:27 -0000 1.392
+++ mplayer.c 14 Feb 2002 12:55:27 -0000 1.393
@@ -1132,12 +1132,12 @@
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...
More information about the MPlayer-cvslog
mailing list