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
tags/v0.6
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 View File

@@ -22,6 +22,7 @@


#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "avformat.h" #include "avformat.h"
#include "apetag.h"


#define ENABLE_DEBUG 0 #define ENABLE_DEBUG 0




Loading…
Cancel
Save