diff libmpdemux/tv.h @ 3815:622a9ade4517

updated
author alex
date Thu, 27 Dec 2001 23:52:48 +0000
parents bd7bff4cb453
children b884521bf7f9
line wrap: on
line diff
--- a/libmpdemux/tv.h	Thu Dec 27 23:38:49 2001 +0000
+++ b/libmpdemux/tv.h	Thu Dec 27 23:52:48 2001 +0000
@@ -41,16 +41,10 @@
     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 */