summaryrefslogtreecommitdiffstats
path: root/TOOLS/vivodump.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/vivodump.c')
-rw-r--r--TOOLS/vivodump.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/TOOLS/vivodump.c b/TOOLS/vivodump.c
index fe1cd90d77..a89cb3da2a 100644
--- a/TOOLS/vivodump.c
+++ b/TOOLS/vivodump.c
@@ -10,6 +10,7 @@
#include "libmpdemux/muxer.h"
#include "libmpdemux/demuxer.h"
+/* linking hacks */
char *info_name;
char *info_artist;
char *info_genre;
@@ -18,6 +19,10 @@ char *info_copyright;
char *info_sourceform;
char *info_comment;
+char* out_filename = NULL;
+char* force_fourcc=NULL;
+char* passtmpfile="divx2pass.log";
+
static const short h263_format[8][2] = {
{ 0, 0 },
{ 128, 96 },