summaryrefslogtreecommitdiff
path: root/vpx_scale
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_scale')
-rw-r--r--vpx_scale/yv12config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_scale/yv12config.h b/vpx_scale/yv12config.h
index 6cdc235fe..76cf771c7 100644
--- a/vpx_scale/yv12config.h
+++ b/vpx_scale/yv12config.h
@@ -61,7 +61,7 @@ typedef struct yv12_buffer_config {
int flags;
} YV12_BUFFER_CONFIG;
-#define YV12_FLAG_HIGHBITDEPTH 1
+#define YV12_FLAG_HIGHBITDEPTH 8
int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
int width, int height, int border);