]> git.sesse.net Git - ffmpeg/commitdiff
srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
authorMartin Storsjö <martin@martin.st>
Tue, 9 Apr 2013 08:56:55 +0000 (11:56 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 9 Apr 2013 09:04:39 +0000 (12:04 +0300)
This was missed from 350ad50b - this fixes building the fate-srtp
test.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/srtp.c

index 4628da2d48cdf29e1dd089aae8af138ce6e32266..6659bfc5c95304da420f70391da1886ca3f3c541 100644 (file)
@@ -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)