summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
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.h
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.h')
-rw-r--r--libmpdemux/tv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index d780f68083..ca399ebb65 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -32,6 +32,7 @@ extern int tv_param_treble;
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