diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-28 10:45:32 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-28 10:45:32 +0200 |
commit | 91b782720fd0df5571775b6591bc41797d6ecf78 (patch) | |
tree | e53a8bc0dd01508966e57082f1f9cc003ccbd069 /libavformat/isom.h | |
parent | 0665199e438fcdd2000717352fc665a8cf017f7c (diff) | |
download | ffmpeg-91b782720fd0df5571775b6591bc41797d6ecf78.tar.gz |
Move channel chunk reading function to isom.c.
Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 4227aa0770..081d2279ba 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -156,5 +156,6 @@ int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom); 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); #endif /* AVFORMAT_ISOM_H */ |