diff libmpdemux/tv.h @ 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 b5dce4fa1c48
line wrap: on
line diff
--- a/libmpdemux/tv.h	Thu Oct 24 22:06:09 2002 +0000
+++ b/libmpdemux/tv.h	Fri Oct 25 09:42:41 2002 +0000
@@ -32,6 +32,7 @@
 extern int tv_param_balance;
 extern int tv_param_forcechan;
 extern int tv_param_force_audio;
+extern int tv_param_buffer_size;
 #ifdef HAVE_ALSA9
 extern int tv_param_alsa;
 #endif