# HG changeset patch # User diego # Date 1188043833 0 # Node ID beb3c0d1f435e0c0d1e182d1527419673b9d231d # Parent adc3e81050e07129f143b51d44cb2afe7596bf81 Remove redundant variable declaration. diff -r adc3e81050e0 -r beb3c0d1f435 libmpcodecs/vd.c --- a/libmpcodecs/vd.c Sat Aug 25 12:04:52 2007 +0000 +++ b/libmpcodecs/vd.c Sat Aug 25 12:10:33 2007 +0000 @@ -128,7 +128,6 @@ 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; diff -r adc3e81050e0 -r beb3c0d1f435 libmpcodecs/vd_vfw.c --- a/libmpcodecs/vd_vfw.c Sat Aug 25 12:04:52 2007 +0000 +++ b/libmpcodecs/vd_vfw.c Sat Aug 25 12:10:33 2007 +0000 @@ -35,8 +35,6 @@ 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;