diff libmpdemux/tv.h @ 7835:d489890c59d3

add an option to force audio recording when a tv card reports no audio sources
author henry
date Tue, 22 Oct 2002 07:56:13 +0000
parents a193df8b275b
children b062996d9794
line wrap: on
line diff
--- a/libmpdemux/tv.h	Tue Oct 22 07:29:09 2002 +0000
+++ b/libmpdemux/tv.h	Tue Oct 22 07:56:13 2002 +0000
@@ -31,6 +31,7 @@
 extern int tv_param_treble;
 extern int tv_param_balance;
 extern int tv_param_forcechan;
+extern int tv_param_force_audio;
 #ifdef HAVE_ALSA9
 extern int tv_param_alsa;
 #endif