summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 4dfa46d691..9227bfaa9a 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -20,6 +20,12 @@ extern void revertPPOpt(void *conf, char* opt);
extern struct config divx4opts_conf[];
#endif
+#ifdef STREAMING
+/* defined in network.c */
+extern char *network_username;
+extern char *network_password;
+#endif
+
#ifdef HAVE_MP3LAME
struct config lameopts_conf[]={
{"q", &lame_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},