diff allformats.c @ 2545:213268d7594e libavformat

move unrelated functions declarations out of allformats.h
author aurel
date Tue, 11 Sep 2007 09:27:46 +0000
parents bbfeec27c98c
children 276257e703af
line wrap: on
line diff
--- a/allformats.c	Mon Sep 10 22:48:42 2007 +0000
+++ b/allformats.c	Tue Sep 11 09:27:46 2007 +0000
@@ -20,6 +20,7 @@
  */
 #include "avformat.h"
 #include "allformats.h"
+#include "rtp_internal.h"
 
 #define REGISTER_MUXER(X,x) \
           if(ENABLE_##X##_MUXER)   av_register_output_format(&x##_muxer)