comparison cfg-common.h @ 6646:6cfc8fd31299

Added the bandwidth option
author bertrand
date Fri, 05 Jul 2002 02:51:19 +0000
parents bfc209bb3f48
children 7c4663f0a8a1
comparison
equal deleted inserted replaced
6645:fc2de514a140 6646:6cfc8fd31299
40 #endif 40 #endif
41 41
42 #ifdef STREAMING 42 #ifdef STREAMING
43 {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL}, 43 {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL},
44 {"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL}, 44 {"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL},
45 {"bandwidth", &network_bandwidth, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
45 #else 46 #else
46 {"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 47 {"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
48 {"bandwidth", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
47 #endif 49 #endif
48 50
49 // ------------------------- demuxer options -------------------- 51 // ------------------------- demuxer options --------------------
50 52
51 // number of frames to play/convert 53 // number of frames to play/convert