mirror of https://github.com/mpv-player/mpv
warning fix:
cfg-common.h:347: warning: redundant redeclaration of 'vd_use_slices' libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24397 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ead315ddc
commit
7415e7aad1
|
@ -344,7 +344,6 @@ extern float screen_size_xy;
|
||||||
extern float movie_aspect;
|
extern float movie_aspect;
|
||||||
extern int softzoom;
|
extern int softzoom;
|
||||||
extern int flip;
|
extern int flip;
|
||||||
extern int vd_use_slices;
|
|
||||||
|
|
||||||
/* defined in codec-cfg.c */
|
/* defined in codec-cfg.c */
|
||||||
extern char * codecs_file;
|
extern char * codecs_file;
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
#include "libmpcodecs/dec_audio.h"
|
#include "libmpcodecs/dec_audio.h"
|
||||||
#include "libmpcodecs/dec_video.h"
|
#include "libmpcodecs/dec_video.h"
|
||||||
#include "libmpcodecs/vf.h"
|
#include "libmpcodecs/vf.h"
|
||||||
|
#include "libmpcodecs/vd.h"
|
||||||
|
|
||||||
// for MPEGLAYER3WAVEFORMAT:
|
// for MPEGLAYER3WAVEFORMAT:
|
||||||
#include "libmpdemux/ms_hdr.h"
|
#include "libmpdemux/ms_hdr.h"
|
||||||
|
|
Loading…
Reference in New Issue