From 00554417742997c413ea611910065d0527b690ee Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 18 Feb 2010 00:18:50 +0000 Subject: 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 --- libmpdemux/demux_lavf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libmpdemux/demux_lavf.c') diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c index 979064f079..f70a88146a 100644 --- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -29,6 +29,7 @@ #include "av_opts.h" #include "stream/stream.h" +#include "aviprint.h" #include "demuxer.h" #include "stheader.h" #include "m_option.h" @@ -80,9 +81,6 @@ typedef struct lavf_priv_t{ int cur_program; }lavf_priv_t; -void print_wave_header(WAVEFORMATEX *h, int verbose_level); -void print_video_header(BITMAPINFOHEADER *h, int verbose_level); - static int mp_read(void *opaque, uint8_t *buf, int size) { stream_t *stream = opaque; int ret; -- cgit v1.2.3