mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Fix warnings:
cfg-common.h:349: warning: redundant redeclaration of 'vd_use_slices' libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here cfg-common.h:350: warning: redundant redeclaration of 'divx_quality' libmpcodecs/dec_video.h:23: warning: previous declaration of 'divx_quality' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24389 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e02230854c
commit
69b3616784
@ -346,8 +346,6 @@ extern float screen_size_xy;
|
||||
extern float movie_aspect;
|
||||
extern int softzoom;
|
||||
extern int flip;
|
||||
extern int vd_use_slices;
|
||||
extern int divx_quality;
|
||||
|
||||
/* defined in codec-cfg.c */
|
||||
extern char * codecs_file;
|
||||
|
Loading…
Reference in New Issue
Block a user