diff options
author | John Stebbins <[email protected]> | 2015-10-22 09:03:51 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-26 08:32:38 -0700 |
commit | c8425c96acbd1f4b5e3077f928c69e0b9af3edf1 (patch) | |
tree | a973a26f7b776b60ee59bc2932f8abe4b5ba4eec /libhb/common.h | |
parent | a0c3d9592025c9cdd59ce2e635d3fc689ba5437d (diff) |
Double HB_MAX_WIDTH/HEIGHT
Per BradleyS suggestion
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/common.h b/libhb/common.h index 4d377f8f1..a78f86475 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -74,8 +74,8 @@ #define HB_MIN_WIDTH 32 #define HB_MIN_HEIGHT 32 -#define HB_MAX_WIDTH 10240 -#define HB_MAX_HEIGHT 10240 +#define HB_MAX_WIDTH 20480 +#define HB_MAX_HEIGHT 20480 typedef struct hb_handle_s hb_handle_t; typedef struct hb_hwd_s hb_hwd_t; |