diff options
Diffstat (limited to 'libhb')
-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; |