diff mencoder.c @ 30589:df6c41f16b40

Add header for AVI print functions; avoids many forward declarations.
author diego
date Thu, 18 Feb 2010 00:18:50 +0000
parents c1a3f1bbba26
children 5892578d325b
line wrap: on
line diff
--- a/mencoder.c	Wed Feb 17 23:46:57 2010 +0000
+++ b/mencoder.c	Thu Feb 18 00:18:50 2010 +0000
@@ -66,6 +66,7 @@
 #include "get_path.h"
 
 #include "stream/stream.h"
+#include "libmpdemux/aviprint.h"
 #include "libmpdemux/demuxer.h"
 #include "libmpdemux/stheader.h"
 #include "libmpdemux/mp3_hdr.h"
@@ -369,8 +370,6 @@
 
 static muxer_t* muxer=NULL;
 
-void print_wave_header(WAVEFORMATEX *h, int verbose_level);
-
 int main(int argc,char* argv[]){
 
 stream_t* stream=NULL;