summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-25 22:24:00 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-25 22:24:00 +0000
commit50a86fcc343f1026ee8cab0d9788c6bee35e720b (patch)
tree3b5ab5a6d0a0669a30633c41be8a8311dac3ef42 /mencoder.c
parent0e4cb07c81decd033025375cdc40f7376a583203 (diff)
downloadmpv-50a86fcc343f1026ee8cab0d9788c6bee35e720b.tar.bz2
mpv-50a86fcc343f1026ee8cab0d9788c6bee35e720b.tar.xz
Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14047 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index c87938a3fb..fe160afce1 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -143,6 +143,7 @@ int out_file_format=MUXER_TYPE_AVI; // default to AVI
//void resync_audio_stream(sh_audio_t *sh_audio){}
int verbose=0; // must be global!
+int identify=0;
int quiet=0;
double video_time_usage=0;
double vout_time_usage=0;