comparison mencoder.c @ 18237:4231482179b6

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
author reynaldo
date Mon, 24 Apr 2006 07:20:34 +0000
parents 6ce77dda13a5
children 89bd33b746b9
comparison
equal deleted inserted replaced
18236:d239a79a0002 18237:4231482179b6
128 // (they should be implemented in the audio codec layer) 128 // (they should be implemented in the audio codec layer)
129 //void skip_audio_frame(sh_audio_t *sh_audio){} 129 //void skip_audio_frame(sh_audio_t *sh_audio){}
130 //void resync_audio_stream(sh_audio_t *sh_audio){} 130 //void resync_audio_stream(sh_audio_t *sh_audio){}
131 131
132 extern int verbose; // must be global! 132 extern int verbose; // must be global!
133 int identify=0;
134 int quiet=0; 133 int quiet=0;
135 double video_time_usage=0; 134 double video_time_usage=0;
136 double vout_time_usage=0; 135 double vout_time_usage=0;
137 double max_video_time_usage=0; 136 double max_video_time_usage=0;
138 double max_vout_time_usage=0; 137 double max_vout_time_usage=0;