diff libmpdemux/tv.h @ 8477:b5dce4fa1c48

support for exotic norms
author henry
date Mon, 16 Dec 2002 17:05:49 +0000
parents b062996d9794
children 47cf94058137
line wrap: on
line diff
--- a/libmpdemux/tv.h	Mon Dec 16 10:43:07 2002 +0000
+++ b/libmpdemux/tv.h	Mon Dec 16 17:05:49 2002 +0000
@@ -154,6 +154,10 @@
 #define TV_NORM_PAL		1
 #define TV_NORM_NTSC		2
 #define TV_NORM_SECAM		3
+#define TV_NORM_PALNC		4
+#define TV_NORM_PALM		5
+#define TV_NORM_PALN		6
+#define TV_NORM_NTSCJP		7
 
 #endif /* USE_TV */