# HG changeset patch # User voroshil # Date 1189386503 0 # Node ID 934bf109c48b1df403a29fb7eec66a753ffd78a0 # Parent 3fcafaf90457bd16f8a18ab258e22d4372d401d8 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 diff -r 3fcafaf90457 -r 934bf109c48b cfg-common.h --- 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;