diff cfg-mencoder.h @ 6671:7c4663f0a8a1

cosmetix, merge streaming vars extern declarations into cfg-common.h, where they IMHO belong.
author atmos4
date Mon, 08 Jul 2002 07:20:37 +0000
parents 6cfc8fd31299
children f8551f89dd48
line wrap: on
line diff
--- a/cfg-mencoder.h	Mon Jul 08 04:11:23 2002 +0000
+++ b/cfg-mencoder.h	Mon Jul 08 07:20:37 2002 +0000
@@ -20,13 +20,6 @@
 extern struct config divx4opts_conf[];
 #endif
 
-#ifdef STREAMING
-/* defined in network.c */
-extern char *network_username;
-extern char *network_password;
-extern int   network_bandwidth;
-#endif
-
 #ifdef HAVE_MP3LAME
 struct config lameopts_conf[]={
 	{"q", &lame_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},