Discard the current packet when XMA context is released

Some more cleanup
This commit is contained in:
Dr. Chat
2015-05-22 21:53:46 -05:00
parent a6175dba48
commit a69d1b7f04
3 changed files with 3 additions and 9 deletions

View File

@@ -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();