mirror of https://github.com/mpv-player/mpv
Remove redundant variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5c0d8ece5a
commit
2322b23431
|
@ -128,7 +128,6 @@ int vo_gamma_saturation = 1000;
|
|||
int vo_gamma_hue = 1000;
|
||||
|
||||
extern vd_functions_t* mpvdec; // FIXME!
|
||||
extern int divx_quality;
|
||||
|
||||
int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){
|
||||
int i,j;
|
||||
|
|
|
@ -35,8 +35,6 @@ typedef struct {
|
|||
unsigned char *palette;
|
||||
} vd_vfw_ctx;
|
||||
|
||||
extern int divx_quality;
|
||||
|
||||
static int vfw_set_postproc(sh_video_t* sh, int quality)
|
||||
{
|
||||
vd_vfw_ctx *priv = sh->context;
|
||||
|
|
Loading…
Reference in New Issue