# HG changeset patch # User albeu # Date 1013691327 0 # Node ID 20d5cc87be202f36891d65de62615947663d3478 # Parent f78d2b53aa486896e39e2c107651b4538864d5b8 Also display clip info for audio only contents diff -r f78d2b53aa48 -r 20d5cc87be20 mplayer.c --- 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;