comparison stream/stream_tv.c @ 23900:b5cc28c45d73

Teletext support. Part 2/5: options/slaves/configure/definitions/etc
author voroshil
date Sun, 29 Jul 2007 17:55:28 +0000
parents d5be90343fac
children 9e71e0345c35
comparison
equal deleted inserted replaced
23899:34532db868ba 23900:b5cc28c45d73
70 #endif 70 #endif
71 0, //brightness 71 0, //brightness
72 0, //contrast 72 0, //contrast
73 0, //hue 73 0, //hue
74 0, //saturation 74 0, //saturation
75 NULL, //tdevice
76 0, //tformat
77 100 //tpage
75 }; 78 };
76 79
77 #define ST_OFF(f) M_ST_OFF(tv_param_t,f) 80 #define ST_OFF(f) M_ST_OFF(tv_param_t,f)
78 static m_option_t stream_opts_fields[] = { 81 static m_option_t stream_opts_fields[] = {
79 {"hostname", ST_OFF(channel), CONF_TYPE_STRING, 0, 0 ,0, NULL}, 82 {"hostname", ST_OFF(channel), CONF_TYPE_STRING, 0, 0 ,0, NULL},