diff apetag.c @ 5722:8e0b6203dfb5 libavformat

Include apetag.h which contains the prototype for ff_ape_parse_tag().
author cehoyos
date Sun, 28 Feb 2010 01:43:47 +0000
parents ab9e31e90d3c
children 08cd1179a20d
line wrap: on
line diff
--- a/apetag.c	Fri Feb 26 16:21:56 2010 +0000
+++ b/apetag.c	Sun Feb 28 01:43:47 2010 +0000
@@ -22,6 +22,7 @@
 
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
+#include "apetag.h"
 
 #define ENABLE_DEBUG 0