changeset 31980:4be58d992308

Remove duplicated divx_quality extern declaration. It is already declared in dec_video.h, which is better suited.
author diego
date Tue, 07 Sep 2010 23:41:23 +0000
parents ed8a577b9a20
children ae5a36acc995
files libmpcodecs/vd_internal.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_internal.h	Tue Sep 07 23:39:54 2010 +0000
+++ b/libmpcodecs/vd_internal.h	Tue Sep 07 23:41:23 2010 +0000
@@ -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,...);