summaryrefslogtreecommitdiffstats
path: root/TOOLS/netstream/netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/netstream/netstream.c')
-rw-r--r--TOOLS/netstream/netstream.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c
index e81e346861..a974ecf532 100644
--- a/TOOLS/netstream/netstream.c
+++ b/TOOLS/netstream/netstream.c
@@ -47,6 +47,12 @@
/// Netstream packets def and some helpers
#include <libmpdemux/netstream.h>
+
+//Set some standard variables
+char* dvdsub_lang=NULL;
+char* audio_lang=NULL;
+int sub_justify=0;
+
static unsigned short int port = 10000;
typedef struct client_st client_t;