summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-14 09:14:16 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-14 09:14:16 +0000
commit5fc5e26c3b55cf9c1c388fc7968e540009de47e4 (patch)
tree7f6013a6ff95d51bc35df75bd40c1da08e7b46b4 /stream/tv.h
parenta5b74aa05dc9fdaca1a2decab6b374f1140ba881 (diff)
downloadmpv-5fc5e26c3b55cf9c1c388fc7968e540009de47e4.tar.bz2
mpv-5fc5e26c3b55cf9c1c388fc7968e540009de47e4.tar.xz
Ability for specifying TV standard individually for each TV channel.
Slightly modified patch by Ildar devel at pop3 dot ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27057 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 7413860ae0..37c63b7a89 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -119,6 +119,7 @@ typedef struct tv_channels_s {
int index;
char number[5];
char name[20];
+ int norm;
int freq;
struct tv_channels_s *next;
struct tv_channels_s *prev;