Skip to content
Snippets Groups Projects
Commit fc792308 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH


This was missed from 350ad50b - this fixes building the fate-srtp
test.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 0e729b22
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/log.h" #include "libavutil/log.h"
#include "rtp.h" #include "rtp.h"
#include "rtpdec.h"
#include "srtp.h" #include "srtp.h"
void ff_srtp_free(struct SRTPContext *s) void ff_srtp_free(struct SRTPContext *s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment