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:
Stephan Aßmus
2010-09-14 18:37:37 +00:00
parent 361babfb26
commit d21b55880b
+1 -1
View File
@@ -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 {