0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Add const to mpvdec declaration

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30734 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-25 22:23:58 +00:00
parent bdf546c7c6
commit 25f353346d
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ int field_dominance=-1;
int divx_quality=0;
vd_functions_t* mpvdec=NULL;
const vd_functions_t* mpvdec=NULL;
int get_video_quality_max(sh_video_t *sh_video){
vf_instance_t* vf=sh_video->vfilter;

View File

@ -144,7 +144,7 @@ int vo_gamma_contrast = 1000;
int vo_gamma_saturation = 1000;
int vo_gamma_hue = 1000;
extern vd_functions_t* mpvdec; // FIXME!
extern const vd_functions_t* mpvdec; // FIXME!
#define SCREEN_SIZE_X 1
#define SCREEN_SIZE_Y 1