From 3a406e94d77b06d75e670cf1ed8ae9c52e207e0a Mon Sep 17 00:00:00 2001 From: reynaldo Date: Mon, 24 Apr 2006 07:20:34 +0000 Subject: Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18238 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 58e9005cc8..c234ecb00a 100644 --- a/mencoder.c +++ b/mencoder.c @@ -130,7 +130,6 @@ int out_file_format=MUXER_TYPE_AVI; // default to AVI //void resync_audio_stream(sh_audio_t *sh_audio){} extern int verbose; // must be global! -int identify=0; int quiet=0; double video_time_usage=0; double vout_time_usage=0; -- cgit v1.2.3