diff --git a/src/MusepackDecoder.cpp b/src/MusepackDecoder.cpp index e36b9b7..1a7e797 100644 --- a/src/MusepackDecoder.cpp +++ b/src/MusepackDecoder.cpp @@ -37,6 +37,7 @@ class MusepackInternal static const uint32_t STDIO_MAGIC = 0xF36D656D; + // Methods borrowed from r-lyeh (https://github.com/r-lyeh) (zlib) struct mpc_reader_state { unsigned char *p_file;