[MPlayer-cvslog] r32064 - trunk/libmpcodecs/vd_internal.h
diego
subversion at mplayerhq.hu
Wed Sep 8 01:41:23 CEST 2010
Author: diego
Date: Wed Sep 8 01:41:23 2010
New Revision: 32064
Log:
Remove duplicated divx_quality extern declaration.
It is already declared in dec_video.h, which is better suited.
Modified:
trunk/libmpcodecs/vd_internal.h
Modified: trunk/libmpcodecs/vd_internal.h
==============================================================================
--- trunk/libmpcodecs/vd_internal.h Wed Sep 8 01:39:54 2010 (r32063)
+++ trunk/libmpcodecs/vd_internal.h Wed Sep 8 01:41:23 2010 (r32064)
@@ -28,8 +28,6 @@
#include "vd.h"
-extern int divx_quality;
-
// prototypes:
//static vd_info_t info;
static int control(sh_video_t *sh,int cmd,void* arg,...);
More information about the MPlayer-cvslog
mailing list