summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_vfw.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-18 00:18:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-18 00:18:50 +0000
commit00554417742997c413ea611910065d0527b690ee (patch)
tree7edc0ad2eb44a2f83e4367cece0c9b53770447da /libmpcodecs/vd_vfw.c
parent84da7d44ef5b626f198dba84d15483745aabc7c7 (diff)
downloadmpv-00554417742997c413ea611910065d0527b690ee.tar.bz2
mpv-00554417742997c413ea611910065d0527b690ee.tar.xz
Add header for AVI print functions; avoids many forward declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30631 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd_vfw.c')
-rw-r--r--libmpcodecs/vd_vfw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmpcodecs/vd_vfw.c b/libmpcodecs/vd_vfw.c
index 20b0fed6f1..c87f5ef5d9 100644
--- a/libmpcodecs/vd_vfw.c
+++ b/libmpcodecs/vd_vfw.c
@@ -24,7 +24,7 @@
#include "help_mp.h"
#include "vd_internal.h"
-
+#include "libmpdemux/aviprint.h"
#include "loader/wine/driver.h"
#include "loader/wine/vfw.h"
@@ -150,8 +150,6 @@ static int control(sh_video_t *sh,int cmd,void* arg,...){
return CONTROL_UNKNOWN;
}
-void print_video_header(BITMAPINFOHEADER *h, int verbose_level);
-
// init driver
static int init(sh_video_t *sh){
HRESULT ret;