comparison cfg-mencoder.h @ 6646:6cfc8fd31299

Added the bandwidth option
author bertrand
date Fri, 05 Jul 2002 02:51:19 +0000
parents e7c244db6174
children 7c4663f0a8a1
comparison
equal deleted inserted replaced
6645:fc2de514a140 6646:6cfc8fd31299
22 22
23 #ifdef STREAMING 23 #ifdef STREAMING
24 /* defined in network.c */ 24 /* defined in network.c */
25 extern char *network_username; 25 extern char *network_username;
26 extern char *network_password; 26 extern char *network_password;
27 extern int network_bandwidth;
27 #endif 28 #endif
28 29
29 #ifdef HAVE_MP3LAME 30 #ifdef HAVE_MP3LAME
30 struct config lameopts_conf[]={ 31 struct config lameopts_conf[]={
31 {"q", &lame_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL}, 32 {"q", &lame_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},