comparison libmpdemux/tv.h @ 3815:622a9ade4517

updated
author alex
date Thu, 27 Dec 2001 23:52:48 +0000
parents bd7bff4cb453
children b884521bf7f9
comparison
equal deleted inserted replaced
3814:8c210c467a3f 3815:622a9ade4517
39 int (*get_video_framesize)(); 39 int (*get_video_framesize)();
40 int (*grab_audio_frame)(); 40 int (*grab_audio_frame)();
41 int (*get_audio_framesize)(); 41 int (*get_audio_framesize)();
42 } tvi_functions_t; 42 } tvi_functions_t;
43 43
44 typedef struct tvi_param_s {
45 const char *opt;
46 void *value;
47 } tvi_param_t;
48
49 typedef struct tvi_handle_s { 44 typedef struct tvi_handle_s {
50 tvi_info_t *info; 45 tvi_info_t *info;
51 tvi_functions_t *functions; 46 tvi_functions_t *functions;
52 void *priv; 47 void *priv;
53 tvi_param_t *params;
54 int seq; 48 int seq;
55 49
56 /* specific */ 50 /* specific */
57 int norm; 51 int norm;
58 int chanlist; 52 int chanlist;