summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-16 17:05:49 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-16 17:05:49 +0000
commit0c71a7f53c47e29e853b09961084955698c4fae7 (patch)
tree6617aaee70708f7f0c30c4e88d42583e94ca8051 /libmpdemux/tv.h
parentccf116f7ab81a91d5977e609a26f958189df57fc (diff)
downloadmpv-0c71a7f53c47e29e853b09961084955698c4fae7.tar.bz2
mpv-0c71a7f53c47e29e853b09961084955698c4fae7.tar.xz
support for exotic norms
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8478 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r--libmpdemux/tv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index ca399ebb65..6afaf20a9a 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -154,6 +154,10 @@ int tv_step_chanlist(tvi_handle_t *tvh);
#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 */