From 90e85832d5ecb8eac69d1e75a39e291d75e1d6ee Mon Sep 17 00:00:00 2001 From: phintuka Date: Sat, 19 Aug 2006 19:18:21 +0000 Subject: Added video size event generation to frontends Added 16:10 aspect ratio setting --- config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 24ad6f91..86d3df9c 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.4 2006-08-17 18:56:03 phintuka Exp $ + * $Id: config.h,v 1.5 2006-08-19 19:18:21 phintuka Exp $ * */ @@ -27,9 +27,10 @@ #define ASPECT_DEFAULT 1 #define ASPECT_4_3 2 #define ASPECT_16_9 3 -#define ASPECT_PAN_SCAN 4 -#define ASPECT_CENTER_CUT_OUT 5 -#define ASPECT_count 6 +#define ASPECT_16_10 4 +#define ASPECT_PAN_SCAN 5 +#define ASPECT_CENTER_CUT_OUT 6 +#define ASPECT_count 7 // De-interlace method #define DEINTERLACE_NONE 0 -- cgit v1.2.3