Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(910)

Unified Diff: source/blender/imbuf/intern/allocimbuf.c

Issue 5283049: MovieCache implementation Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Most recent patchset Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/blender/imbuf/IMB_moviecache.h ('k') | source/blender/imbuf/intern/moviecache.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/blender/imbuf/intern/allocimbuf.c
===================================================================
--- source/blender/imbuf/intern/allocimbuf.c (revision 41036)
+++ source/blender/imbuf/intern/allocimbuf.c (working copy)
@@ -468,7 +468,7 @@
static MEM_CacheLimiterC *c = NULL;
if(!c)
- c = new_MEM_CacheLimiter(imbuf_cache_destructor);
+ c = new_MEM_CacheLimiter(imbuf_cache_destructor, NULL);
return &c;
}
« no previous file with comments | « source/blender/imbuf/IMB_moviecache.h ('k') | source/blender/imbuf/intern/moviecache.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b