Mercurial > mplayer.hg
changeset 4693:20d5cc87be20
Also display clip info for audio only contents
author | albeu |
---|---|
date | Thu, 14 Feb 2002 12:55:27 +0000 |
parents | f78d2b53aa48 |
children | a21735031d6a |
files | mplayer.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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;