summaryrefslogtreecommitdiff
path: root/libavformat/srtp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-04-09 11:56:55 +0300
committerMartin Storsjö <martin@martin.st>2013-04-09 12:04:39 +0300
commitfc792308c5ae03d245e8bb7d3bf7fca08d6528e3 (patch)
tree30da912483a28123f6dd20ec674563d74cce471e /libavformat/srtp.c
parent0e729b2290cf2fc8084c18294a46d996c41e3924 (diff)
srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
This was missed from 350ad50b - this fixes building the fate-srtp test. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/srtp.c')
-rw-r--r--libavformat/srtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/srtp.c b/libavformat/srtp.c
index 4628da2d48..6659bfc5c9 100644
--- a/libavformat/srtp.c
+++ b/libavformat/srtp.c
@@ -25,6 +25,7 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/log.h"
#include "rtp.h"
+#include "rtpdec.h"
#include "srtp.h"
void ff_srtp_free(struct SRTPContext *s)