Skip to content

Commit

Permalink
fix wrong value in example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 23, 2019
1 parent 7c3241a commit c28cb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/heif_limits.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static const int MAX_ILOC_EXTENTS_PER_ITEM = 32;
static const int MAX_MEMORY_BLOCK_SIZE = 50*1024*1024; // 50 MB

// Artificial limit to avoid allocating too much memory.
// 32768^2 = 2 GB as YUV-4:2:0 or 4 GB as RGB32
// 32768^2 = 1.5 GB as YUV-4:2:0 or 4 GB as RGB32
static const int MAX_IMAGE_WIDTH = 32768;
static const int MAX_IMAGE_HEIGHT = 32768;

Expand Down

0 comments on commit c28cb4d

Please sign in to comment.