aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
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 */