From af21f25f31c0f157d1476f4aa951767a182b2356 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 16 Oct 2008 18:24:18 +0000 Subject: Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used. config.h should only contain option definitions, no logic. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27785 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index 281e67ba0c..67f6b3e7e0 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -134,6 +134,9 @@ int vo_gamma_hue = 1000; extern vd_functions_t* mpvdec; // FIXME! +#define SCREEN_SIZE_X 1 +#define SCREEN_SIZE_Y 1 + int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){ int i,j; unsigned int out_fmt=0; -- cgit v1.2.3