summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.c
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-25 09:42:41 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-25 09:42:41 +0000
commit181233f35f41575a56e5eb091bd6426be957d8c3 (patch)
treed9d05a2686a7ca67185b31490145f1d2c97e0ee4 /libmpdemux/tv.c
parent4e8a89d1b91182cc2b5e62399e00990cc9265d58 (diff)
downloadmpv-181233f35f41575a56e5eb091bd6426be957d8c3.tar.bz2
mpv-181233f35f41575a56e5eb091bd6426be957d8c3.tar.xz
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
Diffstat (limited to 'libmpdemux/tv.c')
-rw-r--r--libmpdemux/tv.c1
1 files changed, 1 insertions, 0 deletions
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