summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 00151e74da..800690c2d0 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -875,6 +875,9 @@ if(!sh_video){
goto goto_next_file; // exit_player(MSGTR_Exit_error);
}
+/* display clip info */
+demux_info_print(demuxer);
+
//================== Init AUDIO (codec) ==========================
current_module="init_audio_codec";