ape_reader: Use BCodecKit namespace
This commit is contained in:
parent
1eca0c487b
commit
b9ca2a8d0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user