[MPlayer-cvslog] r24166 - in trunk/libmpcodecs: vd.c vd_vfw.c

diego subversion at mplayerhq.hu
Sat Aug 25 14:10:33 CEST 2007


Author: diego
Date: Sat Aug 25 14:10:33 2007
New Revision: 24166

Log:
Remove redundant variable declaration.


Modified:
   trunk/libmpcodecs/vd.c
   trunk/libmpcodecs/vd_vfw.c

Modified: trunk/libmpcodecs/vd.c
==============================================================================
--- trunk/libmpcodecs/vd.c	(original)
+++ trunk/libmpcodecs/vd.c	Sat Aug 25 14:10:33 2007
@@ -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;

Modified: trunk/libmpcodecs/vd_vfw.c
==============================================================================
--- trunk/libmpcodecs/vd_vfw.c	(original)
+++ trunk/libmpcodecs/vd_vfw.c	Sat Aug 25 14:10:33 2007
@@ -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;



More information about the MPlayer-cvslog mailing list