From 965a3ddb1f9cd03f04c631437479460e1a0bdec1 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 30 Jul 2010 12:04:27 +0000 Subject: Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpdec_h264.c') diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index 3ee0788f9b..29705a69f8 100644 --- a/libavformat/rtpdec_h264.c +++ b/libavformat/rtpdec_h264.c @@ -47,7 +47,7 @@ #include #include "rtpdec.h" -#include "rtpdec_h264.h" +#include "rtpdec_formats.h" /** RTP/H264 specific private data. -- cgit v1.2.3