summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-08-19 19:18:21 +0000
committerphintuka <phintuka>2006-08-19 19:18:21 +0000
commit90e85832d5ecb8eac69d1e75a39e291d75e1d6ee (patch)
treecdd32f7fcf394b4606ee7c9ae174d448e552c8a2 /config.h
parentdeba22f72d3917bb8ffd65b6b4f0d58823019bd6 (diff)
downloadxineliboutput-90e85832d5ecb8eac69d1e75a39e291d75e1d6ee.tar.gz
xineliboutput-90e85832d5ecb8eac69d1e75a39e291d75e1d6ee.tar.bz2
Added video size event generation to frontends
Added 16:10 aspect ratio setting
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 5 insertions, 4 deletions
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