comparison libmpdemux/tv.c @ 7905:b062996d9794

added an option for specifying the size of capture buffer
author henry
date Fri, 25 Oct 2002 09:42:41 +0000
parents d489890c59d3
children 9fc45fe0d444
comparison
equal deleted inserted replaced
7904:98168d30f67d 7905:b062996d9794
58 int tv_param_bass = -1; 58 int tv_param_bass = -1;
59 int tv_param_treble = -1; 59 int tv_param_treble = -1;
60 int tv_param_balance = -1; 60 int tv_param_balance = -1;
61 int tv_param_forcechan = -1; 61 int tv_param_forcechan = -1;
62 int tv_param_force_audio = 0; 62 int tv_param_force_audio = 0;
63 int tv_param_buffer_size = -1;
63 #ifdef HAVE_ALSA9 64 #ifdef HAVE_ALSA9
64 int tv_param_alsa = 0; 65 int tv_param_alsa = 0;
65 #endif 66 #endif
66 char* tv_param_adevice = NULL; 67 char* tv_param_adevice = NULL;
67 #endif 68 #endif