[MPlayer-cvslog] r32063 - trunk/libmpcodecs/vf_pp.c

diego subversion at mplayerhq.hu
Wed Sep 8 01:39:54 CEST 2010


Author: diego
Date: Wed Sep  8 01:39:54 2010
New Revision: 32063

Log:
Add the proper include instead of declaring the divx_quality variable extern.

Modified:
   trunk/libmpcodecs/vf_pp.c

Modified: trunk/libmpcodecs/vf_pp.c
==============================================================================
--- trunk/libmpcodecs/vf_pp.c	Wed Sep  8 01:35:57 2010	(r32062)
+++ trunk/libmpcodecs/vf_pp.c	Wed Sep  8 01:39:54 2010	(r32063)
@@ -30,6 +30,7 @@
 #include <malloc.h>
 #endif
 
+#include "dec_video.h"
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
@@ -157,8 +158,6 @@ static int put_image(struct vf_instance 
 
 //===========================================================================//
 
-extern int divx_quality;
-
 static const unsigned int fmt_list[]={
     IMGFMT_YV12,
     IMGFMT_I420,


More information about the MPlayer-cvslog mailing list