diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-15 03:25:27 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-15 03:25:57 +0200 |
commit | 2c4ad1a37b7980b40d6875daea4f87b154509c2e (patch) | |
tree | e9e103e6aa67211ba61658809836be185f59c92d /libavformat/isom.h | |
parent | 0c3803f6bb50038970ee40daa25cfb3ea484febd (diff) | |
download | ffmpeg-2c4ad1a37b7980b40d6875daea4f87b154509c2e.tar.gz |
Initial caf muxer.
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 99de0c860a..6649d85739 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -157,5 +157,7 @@ enum CodecID ff_mov_get_lpcm_codec_id(int bps, int flags); int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries); void ff_mov_read_chan(AVFormatContext *s, int64_t size, AVCodecContext *codec); +void ff_mov_write_chan(AVFormatContext *s, int64_t channel_layout, + const char *chunk_type); #endif /* AVFORMAT_ISOM_H */ |