Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-04-09 12:56:55 +0400
committerMartin Storsjö <martin@martin.st>2013-04-09 13:04:39 +0400
commitfc792308c5ae03d245e8bb7d3bf7fca08d6528e3 (patch)
tree30da912483a28123f6dd20ec674563d74cce471e /libavformat
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')
-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)