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_qdm2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpdec_qdm2.c') diff --git a/libavformat/rtpdec_qdm2.c b/libavformat/rtpdec_qdm2.c index 9c6b3efc92..e9e221a7a5 100644 --- a/libavformat/rtpdec_qdm2.c +++ b/libavformat/rtpdec_qdm2.c @@ -30,7 +30,7 @@ #include "libavcodec/avcodec.h" #include "rtp.h" #include "rtpdec.h" -#include "rtpdec_qdm2.h" +#include "rtpdec_formats.h" struct PayloadContext { /** values read from the config header, used as packet headers */ -- cgit v1.2.3