diff mencoder.c @ 14046:4802041ab8e3

Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
author mosu
date Thu, 25 Nov 2004 22:24:00 +0000
parents e632b43f0598
children 815f03b7cee5
line wrap: on
line diff
--- a/mencoder.c	Thu Nov 25 21:47:58 2004 +0000
+++ b/mencoder.c	Thu Nov 25 22:24:00 2004 +0000
@@ -143,6 +143,7 @@
 //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;