summaryrefslogtreecommitdiff
path: root/libavformat/caf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/caf.h')
-rw-r--r--libavformat/caf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/caf.h b/libavformat/caf.h
index 9c25f2c683..181cfaf92a 100644
--- a/libavformat/caf.h
+++ b/libavformat/caf.h
@@ -27,8 +27,11 @@
#ifndef AVFORMAT_CAF_H
#define AVFORMAT_CAF_H
+#include "avformat.h"
#include "internal.h"
extern const AVCodecTag ff_codec_caf_tags[];
+void ff_read_chan_chunk(AVFormatContext *s, int64_t size, AVCodecContext *codec);
+
#endif /* AVFORMAT_CAF_H */