[FFmpeg-cvslog] r10863 - trunk/libavformat/sdp.c
lucabe
subversion
Fri Oct 26 17:12:56 CEST 2007
Author: lucabe
Date: Fri Oct 26 17:12:55 2007
New Revision: 10863
Log:
Explicitly include rtp.h (needed for rtp_get_payload_type())
Modified:
trunk/libavformat/sdp.c
Modified: trunk/libavformat/sdp.c
==============================================================================
--- trunk/libavformat/sdp.c (original)
+++ trunk/libavformat/sdp.c Fri Oct 26 17:12:55 2007
@@ -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)
More information about the ffmpeg-cvslog
mailing list