1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00

Also display clip info for audio only contents

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4694 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-02-14 12:55:27 +00:00
parent bb5754847e
commit acab37105d

View File

@ -1132,13 +1132,13 @@ if(sub_name){
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;