diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 01:43:47 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 01:43:47 +0000 |
commit | c53ffb2ce5f26a84ffc456ae3e024dbab85189e1 (patch) | |
tree | 793b9c303aacafdaeec5da198614ed9bceaff791 /libavformat/apetag.c | |
parent | eb285cfe8ef59d5242b54a69f64b9b33b4d7780d (diff) | |
download | ffmpeg-c53ffb2ce5f26a84ffc456ae3e024dbab85189e1.tar.gz |
Include apetag.h which contains the prototype for ff_ape_parse_tag().
Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/apetag.c')
-rw-r--r-- | libavformat/apetag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/apetag.c b/libavformat/apetag.c index 6b4676787f..d8cad855bc 100644 --- a/libavformat/apetag.c +++ b/libavformat/apetag.c @@ -22,6 +22,7 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" +#include "apetag.h" #define ENABLE_DEBUG 0 |