summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-22 09:03:51 -0700
committerJohn Stebbins <[email protected]>2015-10-26 08:32:38 -0700
commitc8425c96acbd1f4b5e3077f928c69e0b9af3edf1 (patch)
treea973a26f7b776b60ee59bc2932f8abe4b5ba4eec /libhb/common.h
parenta0c3d9592025c9cdd59ce2e635d3fc689ba5437d (diff)
Double HB_MAX_WIDTH/HEIGHT
Per BradleyS suggestion
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h4
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;