ape_reader: Use BCodecKit namespace
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#include "Reader.h" // Haiku private header
|
#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 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
|
const int32 BUFFER_SIZE = 1024*4; // size of audio data passing to Media Kit
|
||||||
|
|||||||
Reference in New Issue
Block a user