changeset 24369:934bf109c48b

Fix warnings: cfg-common.h:349: warning: redundant redeclaration of 'vd_use_slices' libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here cfg-common.h:350: warning: redundant redeclaration of 'divx_quality' libmpcodecs/dec_video.h:23: warning: previous declaration of 'divx_quality' was here
author voroshil
date Mon, 10 Sep 2007 01:08:23 +0000
parents 3fcafaf90457
children 2e3734373651
files cfg-common.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Mon Sep 10 01:07:21 2007 +0000
+++ b/cfg-common.h	Mon Sep 10 01:08:23 2007 +0000
@@ -346,8 +346,6 @@
 extern float movie_aspect;
 extern int softzoom;
 extern int flip;
-extern int vd_use_slices;
-extern int divx_quality;
 
 /* defined in codec-cfg.c */
 extern char * codecs_file;