Discard the current packet when XMA context is released
Some more cleanup
This commit is contained in:
@@ -37,7 +37,6 @@ class AudioDecoder {
|
||||
~AudioDecoder();
|
||||
|
||||
int Initialize(int bits);
|
||||
void Cleanup();
|
||||
|
||||
int PreparePacket(uint8_t* input, size_t size, int sample_rate, int channels);
|
||||
void DiscardPacket();
|
||||
|
||||
Reference in New Issue
Block a user