[Mplayer-cvslog] CVS: main cfg-common.h,1.111,1.112
Alex Beregszaszi
alex at mplayerhq.hu
Sat Sep 6 02:24:37 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv7491
Modified Files:
cfg-common.h
Log Message:
audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev at yahoo.com>
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- cfg-common.h 31 Aug 2003 22:18:24 -0000 1.111
+++ cfg-common.h 6 Sep 2003 00:23:44 -0000 1.112
@@ -335,8 +335,8 @@
{"alsa", &tv_param_alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
{"adevice", &tv_param_adevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
- {"audioid", &tv_param_audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},
#endif
+ {"audioid", &tv_param_audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
#endif
More information about the MPlayer-cvslog
mailing list