Skip to content

Commit

Permalink
Update cache defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeing committed Apr 30, 2014
1 parent 7a0b7ee commit c70cd5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/subtitles/cache_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,12 @@ class CacheManager

static const int TEXT_INFO_CACHE_ITEM_NUM = 2048;
static const int ASS_TAG_LIST_CACHE_ITEM_NUM = 2048;
static const int SUBPIXEL_VARIANCE_CACHE_ITEM_NUM = 256;
static const int OVERLAY_CACHE_ITEM_NUM = 256;
static const int SUBPIXEL_VARIANCE_CACHE_ITEM_NUM = 2048;
static const int OVERLAY_CACHE_ITEM_NUM = 2048;

static const int OVERLAY_NO_BLUR_CACHE_ITEM_NUM = 256;
static const int SCAN_LINE_DATA_CACHE_ITEM_NUM = 512;
static const int PATH_CACHE_ITEM_NUM = 512;
static const int PATH_CACHE_ITEM_NUM = 768;
static const int WORD_CACHE_ITEM_NUM = 512;

static BitmapMruCache* GetBitmapMruCache();
Expand Down

0 comments on commit c70cd5a

Please sign in to comment.