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/caf.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/caf.h')
-rw-r--r-- | libavformat/caf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/caf.h b/libavformat/caf.h index 181cfaf92a..9c25f2c683 100644 --- a/libavformat/caf.h +++ b/libavformat/caf.h @@ -27,11 +27,8 @@ #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 */ |