tag_id3: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 20:25:45 +02:00
parent ba161ec572
commit dd5ba062cc
9 changed files with 72 additions and 81 deletions

View File

@@ -28,10 +28,7 @@
#include "DecoderAPI.hxx"
#include "util/bit_reverse.h"
#include "tag_handler.h"
extern "C" {
#include "tag_id3.h"
}
#include "TagId3.hxx"
#include <unistd.h>
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */