Remove redundant variable declaration.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-25 12:10:33 +00:00
parent 5c0d8ece5a
commit 2322b23431
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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;