[MPlayer-cvslog] r24389 - trunk/cfg-common.h
    voroshil 
    subversion at mplayerhq.hu
       
    Mon Sep 10 03:08:24 CEST 2007
    
    
  
Author: voroshil
Date: Mon Sep 10 03:08:23 2007
New Revision: 24389
Log:
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
Modified:
   trunk/cfg-common.h
Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Mon Sep 10 03:08:23 2007
@@ -346,8 +346,6 @@ extern float screen_size_xy;
 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;
    
    
More information about the MPlayer-cvslog
mailing list