[FFmpeg-cvslog] r22096 - trunk/libavformat/apetag.c

cehoyos subversion
Sun Feb 28 02:43:47 CET 2010


Author: cehoyos
Date: Sun Feb 28 02:43:47 2010
New Revision: 22096

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

Modified:
   trunk/libavformat/apetag.c

Modified: trunk/libavformat/apetag.c
==============================================================================
--- trunk/libavformat/apetag.c	Sat Feb 27 22:13:22 2010	(r22095)
+++ trunk/libavformat/apetag.c	Sun Feb 28 02:43:47 2010	(r22096)
@@ -22,6 +22,7 @@
 
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
+#include "apetag.h"
 
 #define ENABLE_DEBUG 0
 



More information about the ffmpeg-cvslog mailing list