mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
Fix warning:
mencoder.c:137: warning: redundant redeclaration of 'verbose' mp_msg.h:6: warning: previous declaration of 'verbose' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24181 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3642a7ff4f
commit
aaf54a6f04
@ -134,7 +134,6 @@ int out_file_format=MUXER_TYPE_AVI; // default to AVI
|
||||
//void skip_audio_frame(sh_audio_t *sh_audio){}
|
||||
//void resync_audio_stream(sh_audio_t *sh_audio){}
|
||||
|
||||
extern int verbose; // must be global!
|
||||
int quiet=0;
|
||||
double video_time_usage=0;
|
||||
double vout_time_usage=0;
|
||||
|
Loading…
Reference in New Issue
Block a user