diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-23 10:30:18 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-23 10:30:18 +0200 |
commit | 8bb5d1c39c9646022720ec93ef8a1b49bf558790 (patch) | |
tree | fc2d01a8469914eb376394dbeb495525b4d1c34b /libavformat/caf.h | |
parent | 2a2146aac0e1c7649d674905b6a6645b722aef2e (diff) | |
download | ffmpeg-8bb5d1c39c9646022720ec93ef8a1b49bf558790.tar.gz |
Support channel layout when demuxing caf files.
Diffstat (limited to 'libavformat/caf.h')
-rw-r--r-- | libavformat/caf.h | 3 |
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 */ |