diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-16 03:42:14 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-16 03:42:14 +0000 |
commit | 422b0d2a4c936d87ed27ee7b56e21d2d60752194 (patch) | |
tree | 1a739173121ee09271ab441c058fc5ec7b0857bb /mplayer.c | |
parent | 4bda81ad1667ff2f6fd888a5010c375fde8e5038 (diff) | |
download | mpv-422b0d2a4c936d87ed27ee7b56e21d2d60752194.tar.bz2 mpv-422b0d2a4c936d87ed27ee7b56e21d2d60752194.tar.xz |
demuxer_control(), percent position and time length query implemented in
asf, avi, mpeg demuxers.
patch by Balatoni Denes <pnis@coder.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8209 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r-- | mplayer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1239,6 +1239,7 @@ if(identify) { mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_AUDIO_RATE=%d\n", sh_audio->samplerate); mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_AUDIO_NCH=%d\n", sh_audio->channels); } + mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_LENGTH=%ld\n", demuxer_get_time_length(demuxer)); goto goto_next_file; } |