[APU] XMA: ConvertFrame always returns true

This commit is contained in:
Triang3l
2021-06-05 16:27:40 +03:00
parent 60b24b2d3a
commit add65318c2
2 changed files with 2 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ class XmaContext {
static std::tuple<int, bool> GetPacketFrameCount(uint8_t* packet);
// Convert sample format and swap bytes
static bool ConvertFrame(const uint8_t** samples, bool is_two_channel,
static void ConvertFrame(const uint8_t** samples, bool is_two_channel,
uint8_t* output_buffer);
bool ValidFrameOffset(uint8_t* block, size_t size_bytes,