ape_reader: Use BCodecKit namespace

This commit is contained in:
Barrett17 2018-11-28 09:32:32 +01:00
parent 1eca0c487b
commit b9ca2a8d0b

View File

@ -8,6 +8,8 @@
#include "Reader.h" // Haiku private header
using namespace BCodecKit;
const int32 BLOCK_COUNT = 1024*4; // number of blocks, get from MACLib at once
const int32 BUFFER_SIZE = 1024*4; // size of audio data passing to Media Kit