[Mplayer-cvslog] CVS: main cfg-common.h,1.65,1.66
Jindrich Makovicka CVS
henry at mplayerhq.hu
Fri Oct 25 11:43:13 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv9830
Modified Files:
cfg-common.h
Log Message:
added an option for specifying the size of capture buffer
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- cfg-common.h 23 Oct 2002 17:20:59 -0000 1.65
+++ cfg-common.h 25 Oct 2002 09:42:18 -0000 1.66
@@ -253,6 +253,7 @@
{"balance", &tv_param_balance, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
{"forcechan", &tv_param_forcechan, CONF_TYPE_INT, CONF_RANGE, 1, 2, NULL},
{"forceaudio", &tv_param_force_audio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"buffersize", &tv_param_buffer_size, CONF_TYPE_INT, CONF_RANGE, 16, 1024, NULL},
#ifdef HAVE_ALSA9
{"alsa", &tv_param_alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
More information about the MPlayer-cvslog
mailing list