diff libmpdemux/tv.c @ 11986:80f8c8cffa31

dont mess up v4l volumes patch by Oswald Buddenhagen <ossi@kde.org>
author attila
date Sun, 22 Feb 2004 15:21:44 +0000
parents 66e491c35dc8
children 90315c910b26
line wrap: on
line diff
--- a/libmpdemux/tv.c	Sun Feb 22 06:20:48 2004 +0000
+++ b/libmpdemux/tv.c	Sun Feb 22 15:21:44 2004 +0000
@@ -60,7 +60,7 @@
 int tv_param_audio_id = 0;
 #if defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2)
 int tv_param_amode = -1;
-int tv_param_volume = 60000;
+int tv_param_volume = -1;
 int tv_param_bass = -1;
 int tv_param_treble = -1;
 int tv_param_balance = -1;