diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-21 16:14:14 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-21 16:14:14 +0000 |
commit | ad9c24d1632d136b197c5e14c3a901f94f7f405c (patch) | |
tree | da1a7227eaa73f6c263abcb4a604da34c3a30f58 /mplayer.c | |
parent | d88419bcd5055c79b1c251a937af217c04dc4b88 (diff) | |
download | mpv-ad9c24d1632d136b197c5e14c3a901f94f7f405c.tar.bz2 mpv-ad9c24d1632d136b197c5e14c3a901f94f7f405c.tar.xz |
added demuxer_info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"; |