From b7e6da988bfd5def40ccf3476eb8ce2f98a969a5 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 31 Jul 2013 12:29:32 +0300 Subject: rtpproto: Move rtpproto specific function declarations to a separate header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mixing these with the rtp depacketizer functions in rtpdec.h is no good. Signed-off-by: Martin Storsjö --- libavformat/rtpproto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavformat/rtpproto.c') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index c857318ca5..4e177b935d 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -28,7 +28,8 @@ #include "libavutil/avstring.h" #include "avformat.h" #include "avio_internal.h" -#include "rtpdec.h" +#include "rtp.h" +#include "rtpproto.h" #include "url.h" #include -- cgit v1.2.3