diff options
author | Martin Storsjö | 2013-04-09 11:56:55 +0300 |
---|---|---|
committer | Martin Storsjö | 2013-04-09 12:04:39 +0300 |
commit | fc792308c5ae03d245e8bb7d3bf7fca08d6528e3 (patch) | |
tree | 30da912483a28123f6dd20ec674563d74cce471e /libavformat/srtp.c | |
parent | 0e729b2290cf2fc8084c18294a46d996c41e3924 (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.c | 1 |
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) |