| Index: source/libvpx/vpx_scale/yv12config.h
|
| diff --git a/source/libvpx/vpx_scale/yv12config.h b/source/libvpx/vpx_scale/yv12config.h
|
| index 6cdc235fe9b9fe2d33ab1d21c6e437b92a05cd95..76cf771c74a2256daf897adec33e9646432329f1 100644
|
| --- a/source/libvpx/vpx_scale/yv12config.h
|
| +++ b/source/libvpx/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);
|
|
|