For full HD clips, the real-time memory chunk cache
was not big enough. Axel, perhaps another solution is better? Would you prefer the chunk cache to fall-back to regular memory and keep track of allocation type? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38649 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define DISABLE_CHUNK_CACHE 0
|
||||
|
||||
|
||||
static const size_t kMaxCacheBytes = 1024 * 1024;
|
||||
static const size_t kMaxCacheBytes = 3 * 1024 * 1024;
|
||||
|
||||
|
||||
class MediaExtractorChunkProvider : public ChunkProvider {
|
||||
|
||||
Reference in New Issue
Block a user