summaryrefslogtreecommitdiff
path: root/libavformat/apetag.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 01:43:47 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 01:43:47 +0000
commitc53ffb2ce5f26a84ffc456ae3e024dbab85189e1 (patch)
tree793b9c303aacafdaeec5da198614ed9bceaff791 /libavformat/apetag.c
parenteb285cfe8ef59d5242b54a69f64b9b33b4d7780d (diff)
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.c1
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