summaryrefslogtreecommitdiffstats
path: root/TOOLS/vivodump.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-06 13:28:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-06 13:28:25 +0000
commitf9810c0dfb769caa7e67660e59727aaf6b00fdbc (patch)
treeb3bba789c738aedb04f65dc9c8859b1f0a0a644d /TOOLS/vivodump.c
parent92f79295d22d4d8810c7c02a006c47f3ab8dd8ab (diff)
downloadmpv-f9810c0dfb769caa7e67660e59727aaf6b00fdbc.tar.bz2
mpv-f9810c0dfb769caa7e67660e59727aaf6b00fdbc.tar.xz
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26995 b3059339-0415-0410-9bf9-f77b7e298cf2
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 },