mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
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>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user