From 181233f35f41575a56e5eb091bd6426be957d8c3 Mon Sep 17 00:00:00 2001 From: henry Date: Fri, 25 Oct 2002 09:42:41 +0000 Subject: added an option for specifying the size of capture buffer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7906 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/tv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpdemux/tv.c') diff --git a/libmpdemux/tv.c b/libmpdemux/tv.c index 7ecd6339e9..082bac691f 100644 --- a/libmpdemux/tv.c +++ b/libmpdemux/tv.c @@ -60,6 +60,7 @@ int tv_param_treble = -1; int tv_param_balance = -1; int tv_param_forcechan = -1; int tv_param_force_audio = 0; +int tv_param_buffer_size = -1; #ifdef HAVE_ALSA9 int tv_param_alsa = 0; #endif -- cgit v1.2.3