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/rtspdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtspdec.c') diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index 7e7fb2dcfd..43dcb47ac1 100644 --- a/libavformat/rtspdec.c +++ b/libavformat/rtspdec.c @@ -29,6 +29,7 @@ #include "internal.h" #include "network.h" #include "os_support.h" +#include "rtpproto.h" #include "rtsp.h" #include "rdt.h" #include "url.h" -- cgit v1.2.3