summaryrefslogtreecommitdiff
path: root/libavformat/caf.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-23 10:30:18 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-23 10:30:18 +0200
commit8bb5d1c39c9646022720ec93ef8a1b49bf558790 (patch)
treefc2d01a8469914eb376394dbeb495525b4d1c34b /libavformat/caf.h
parent2a2146aac0e1c7649d674905b6a6645b722aef2e (diff)
Support channel layout when demuxing caf files.
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 */