Commit fc792308 authored by Martin Storsjö's avatar Martin Storsjö

srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH

This was missed from 350ad50b - this fixes building the fate-srtp
test.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 0e729b22
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment