changeset 2677:005c0fd8d3eb libavformat

Explicitly include rtp.h (needed for rtp_get_payload_type())
author lucabe
date Fri, 26 Oct 2007 15:12:55 +0000
parents 687a0cbff773
children e69fd694b767
files sdp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sdp.c	Fri Oct 26 11:36:11 2007 +0000
+++ b/sdp.c	Fri Oct 26 15:12:55 2007 +0000
@@ -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)