summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 23:52:48 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-27 23:52:48 +0000
commitb0b22ba9b01abdb71cf19483fc2e613f2b9b8a3b (patch)
tree1a91e338c770d25a3461712d8987360317423d4f /libmpdemux/tv.h
parent193c7cf04ab371b2b159af3afed585f89e8d331e (diff)
downloadmpv-b0b22ba9b01abdb71cf19483fc2e613f2b9b8a3b.tar.bz2
mpv-b0b22ba9b01abdb71cf19483fc2e613f2b9b8a3b.tar.xz
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3816 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r--libmpdemux/tv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index adfb6189f5..1fd8943a3f 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -41,16 +41,10 @@ typedef struct tvi_functions_s
int (*get_audio_framesize)();
} tvi_functions_t;
-typedef struct tvi_param_s {
- const char *opt;
- void *value;
-} tvi_param_t;
-
typedef struct tvi_handle_s {
tvi_info_t *info;
tvi_functions_t *functions;
void *priv;
- tvi_param_t *params;
int seq;
/* specific */