summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/asfcrypt.h2
-rw-r--r--libavformat/rtp_aac.h2
-rw-r--r--libavformat/rtp_mpv.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/asfcrypt.h b/libavformat/asfcrypt.h
index 4b82ae50a6..dcd9c1da7d 100644
--- a/libavformat/asfcrypt.h
+++ b/libavformat/asfcrypt.h
@@ -22,6 +22,8 @@
#ifndef FFMPEG_ASFCRYPT_H
#define FFMPEG_ASFCRYPT_H
+#include <inttypes.h>
+
void ff_asfcrypt_dec(const uint8_t key[20], uint8_t *data, int len);
#endif /* FFMPEG_ASFCRYPT_H */
diff --git a/libavformat/rtp_aac.h b/libavformat/rtp_aac.h
index f89edf1eb7..24b41cc425 100644
--- a/libavformat/rtp_aac.h
+++ b/libavformat/rtp_aac.h
@@ -20,6 +20,8 @@
#ifndef FFMPEG_RTP_AAC_H
#define FFMPEG_RTP_AAC_H
+#include "avformat.h"
+
void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
#endif /* FFMPEG_RTP_AAC_H */
diff --git a/libavformat/rtp_mpv.h b/libavformat/rtp_mpv.h
index 4a7568d754..36e649a891 100644
--- a/libavformat/rtp_mpv.h
+++ b/libavformat/rtp_mpv.h
@@ -20,6 +20,8 @@
#ifndef FFMPEG_RTP_MPV_H
#define FFMPEG_RTP_MPV_H
+#include "avformat.h"
+
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
#endif /* FFMPEG_RTP_MPV_H */