From 759d98d0c6f872fe7f7beb89c71cfcd4a607a55b Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 26 Oct 2007 15:12:55 +0000 Subject: [PATCH] Explicitly include rtp.h (needed for rtp_get_payload_type()) Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/sdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 2029571752..f0c65b499f 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -20,6 +20,7 @@ #include "avstring.h" #include "avformat.h" +#include "rtp.h" #ifdef CONFIG_RTP_MUXER #define MAX_EXTRADATA_SIZE ((INT_MAX - 10) / 2)