diff rtpdec_xiph.c @ 6339:491eea5c52d6 libavformat

Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
author mstorsjo
date Fri, 30 Jul 2010 12:04:27 +0000
parents 2f14ee83c673
children a90f19fbad6f
line wrap: on
line diff
--- a/rtpdec_xiph.c	Thu Jul 29 22:17:30 2010 +0000
+++ b/rtpdec_xiph.c	Fri Jul 30 12:04:27 2010 +0000
@@ -34,7 +34,7 @@
 #include <assert.h>
 
 #include "rtpdec.h"
-#include "rtpdec_xiph.h"
+#include "rtpdec_formats.h"
 
 /**
  * RTP/Xiph specific private data.