Remove an unused function
This commit is contained in:
@@ -221,11 +221,6 @@ int bformatdec_getOrder(const struct BFormatDec *dec)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int bformatdec_isPeriphonic(const struct BFormatDec *dec)
|
||||
{
|
||||
return dec->Periphonic;
|
||||
}
|
||||
|
||||
void bformatdec_reset(BFormatDec *dec, const AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS])
|
||||
{
|
||||
static const ALsizei map2DTo3D[MAX_AMBI2D_COEFFS] = {
|
||||
|
||||
@@ -29,7 +29,6 @@ struct AmbiUpsampler;
|
||||
struct BFormatDec *bformatdec_alloc();
|
||||
void bformatdec_free(struct BFormatDec *dec);
|
||||
int bformatdec_getOrder(const struct BFormatDec *dec);
|
||||
int bformatdec_isPeriphonic(const struct BFormatDec *dec);
|
||||
void bformatdec_reset(struct BFormatDec *dec, const struct AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS]);
|
||||
|
||||
/* Decodes the ambisonic input to the given output channels. */
|
||||
|
||||
Reference in New Issue
Block a user