Browse Source

Include apetag.h which contains the prototype for ff_ape_parse_tag().

Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos 15 years ago
parent
commit
c53ffb2ce5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavformat/apetag.c

+ 1 - 0
libavformat/apetag.c

@@ -22,6 +22,7 @@
 
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
+#include "apetag.h"
 
 #define ENABLE_DEBUG 0