tag_handler: convert to C++
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "AdPlugDecoderPlugin.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
|
||||
extern "C" {
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "AudiofileDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <audiofile.h>
|
||||
#include <af_vfs.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "DsdLib.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "util/bit_reverse.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "TagId3.hxx"
|
||||
|
||||
#include <unistd.h>
|
||||
|
@@ -31,9 +31,9 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "util/bit_reverse.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "DsdLib.hxx"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */
|
||||
|
@@ -33,7 +33,7 @@
|
||||
#include "audio_check.h"
|
||||
#include "util/bit_reverse.h"
|
||||
#include "DsdLib.hxx"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "DecoderBuffer.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <neaacdec.h>
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "FfmpegDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "FfmpegMetaData.hxx"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "InputStream.hxx"
|
||||
|
||||
extern "C" {
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "config.h"
|
||||
#include "FfmpegMetaData.hxx"
|
||||
#include "tag_table.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "ffmpeg"
|
||||
|
@@ -25,7 +25,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
#include "tag.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "tag_table.h"
|
||||
#include "replay_gain_info.h"
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "GmeDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "util/UriUtil.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "conf.h"
|
||||
#include "TagId3.hxx"
|
||||
#include "TagRva2.hxx"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "audio_check.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "MikmodDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "mpd_error.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
#include <mikmod.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "ModplugDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
#include <modplug.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "MpcdecDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#ifdef MPC_IS_OLD_API
|
||||
#include <mpcdec/mpcdec.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "Mpg123DecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "OggCodec.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "InputStream.hxx"
|
||||
|
||||
#include <opus.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "OpusTags.hxx"
|
||||
#include "OpusReader.hxx"
|
||||
#include "XiphTags.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "SndfileDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "audio_check.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#include <sndfile.h>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "XiphTags.h"
|
||||
#include "tag.h"
|
||||
#include "tag_table.h"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "replay_gain_info.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -29,7 +29,7 @@ extern "C" {
|
||||
#include "audio_check.h"
|
||||
}
|
||||
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
|
||||
#ifndef HAVE_TREMOR
|
||||
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||
|
@@ -26,7 +26,7 @@ extern "C" {
|
||||
#include "audio_check.h"
|
||||
}
|
||||
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "ApeTag.hxx"
|
||||
|
||||
#include <wavpack/wavpack.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "WildmidiDecoderPlugin.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
#include "glib_compat.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "../DecoderAPI.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "tag_handler.h"
|
||||
#include "TagHandler.hxx"
|
||||
}
|
||||
|
||||
#include <errno.h>
|
||||
|
Reference in New Issue
Block a user