diff libmpdemux/tv.c @ 10822:6377c7d0459e

audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yahoo.com>
author alex
date Sat, 06 Sep 2003 00:24:05 +0000
parents 2f213f786e41
children 66e491c35dc8
line wrap: on
line diff
--- a/libmpdemux/tv.c	Sat Sep 06 00:14:08 2003 +0000
+++ b/libmpdemux/tv.c	Sat Sep 06 00:24:05 2003 +0000
@@ -57,9 +57,9 @@
 int tv_param_outfmt = IMGFMT_YV12;
 float tv_param_fps = -1.0;
 char **tv_param_channels = NULL;
+int tv_param_audio_id = 0;
 #if defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2)
 int tv_param_amode = -1;
-int tv_param_audio_id = 0;
 int tv_param_volume = 60000;
 int tv_param_bass = -1;
 int tv_param_treble = -1;