From 2322b234316fc482fe1187eb40f9b71a8851ab3a Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 12:10:33 +0000 Subject: Remove redundant variable declaration. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24166 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index b8851d73a7..2eea3991f0 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -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; -- cgit v1.2.3