summaryrefslogtreecommitdiff
path: root/libavformat/asfcrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/asfcrypt.h')
-rw-r--r--libavformat/asfcrypt.h2
1 files changed, 2 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 */