Codec Kit: Introduce BCodecKit namespace

This commit is contained in:
Barrett17
2018-11-27 11:38:04 +01:00
parent 247414814e
commit d33bd9ec7b
39 changed files with 258 additions and 136 deletions
+8
View File
@@ -15,6 +15,10 @@
// #pragma mark -
namespace BCodecKit {
namespace BPrivate {
ChunkCache::ChunkCache(sem_id waitSem, size_t maxBytes)
:
BLocker("media chunk cache"),
@@ -156,3 +160,7 @@ ChunkCache::ReadNextChunk(BReader* reader, void* cookie)
fChunkCache.push(chunk);
return chunk->status == B_OK;
}
} // namespace BPrivate
} // namespace BCodecKit