diff libmpcodecs/ve_xvid4.c @ 32064:a735105a66b6

Move all MEncoder-related extern variable declarations to mencoder.h.
author diego
date Sat, 11 Sep 2010 11:47:07 +0000
parents c42345605c7a
children a86413775fbe
line wrap: on
line diff
--- a/libmpcodecs/ve_xvid4.c	Sat Sep 11 11:43:05 2010 +0000
+++ b/libmpcodecs/ve_xvid4.c	Sat Sep 11 11:47:07 2010 +0000
@@ -35,7 +35,7 @@
 
 #include "config.h"
 #include "mp_msg.h"
-
+#include "mencoder.h"
 #include "codec-cfg.h"
 #include "stream/stream.h"
 #include "libmpdemux/demuxer.h"
@@ -156,8 +156,6 @@
  * Configuration options
  ****************************************************************************/
 
-extern char* passtmpfile;
-
 static int xvidenc_bitrate = 0;
 static int xvidenc_pass = 0;
 static float xvidenc_quantizer = 0;