# HG changeset patch # User diego # Date 1283902883 0 # Node ID 4be58d992308c91439417784aca0409d8b845cb6 # Parent ed8a577b9a202216f76c4db6b3f1c81fc3210dba Remove duplicated divx_quality extern declaration. It is already declared in dec_video.h, which is better suited. diff -r ed8a577b9a20 -r 4be58d992308 libmpcodecs/vd_internal.h --- 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,...);