changeset 24146:beb3c0d1f435

Remove redundant variable declaration.
author diego
date Sat, 25 Aug 2007 12:10:33 +0000
parents adc3e81050e0
children 2f9f0e7fe015
files libmpcodecs/vd.c libmpcodecs/vd_vfw.c
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;