diff rtpdec_h264.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 0db22f6ec19e
children
line wrap: on
line diff
--- a/rtpdec_h264.c	Thu Jul 29 22:17:30 2010 +0000
+++ b/rtpdec_h264.c	Fri Jul 30 12:04:27 2010 +0000
@@ -47,7 +47,7 @@
 #include <assert.h>
 
 #include "rtpdec.h"
-#include "rtpdec_h264.h"
+#include "rtpdec_formats.h"
 
 /**
     RTP/H264 specific private data.