encoder/flac: convert to C++
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "encoder_plugin.h"
|
||||
#include "encoder/VorbisEncoderPlugin.hxx"
|
||||
#include "encoder/OpusEncoderPlugin.hxx"
|
||||
#include "encoder/FlacEncoderPlugin.hxx"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -29,7 +30,6 @@ extern const struct encoder_plugin null_encoder_plugin;
|
||||
extern const struct encoder_plugin lame_encoder_plugin;
|
||||
extern const struct encoder_plugin twolame_encoder_plugin;
|
||||
extern const struct encoder_plugin wave_encoder_plugin;
|
||||
extern const struct encoder_plugin flac_encoder_plugin;
|
||||
|
||||
const struct encoder_plugin *const encoder_plugins[] = {
|
||||
&null_encoder_plugin,
|
||||
|
||||
Reference in New Issue
Block a user