diff cfg-common.h @ 24377:0f263b2c4622

warning fix: cfg-common.h:347: warning: redundant redeclaration of 'vd_use_slices' libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here
author diego
date Mon, 10 Sep 2007 10:57:40 +0000
parents 824b917fab4a
children d6bba2781d01
line wrap: on
line diff
--- a/cfg-common.h	Mon Sep 10 08:47:55 2007 +0000
+++ b/cfg-common.h	Mon Sep 10 10:57:40 2007 +0000
@@ -344,7 +344,6 @@
 extern float movie_aspect;
 extern int softzoom;
 extern int flip;
-extern int vd_use_slices;
 
 /* defined in codec-cfg.c */
 extern char * codecs_file;