Index: source/libvpx/vp8/vp8_dx_iface.c |
=================================================================== |
--- source/libvpx/vp8/vp8_dx_iface.c (revision 284462) |
+++ source/libvpx/vp8/vp8_dx_iface.c (working copy) |
@@ -269,6 +269,7 @@ |
img->stride[VPX_PLANE_U] = yv12->uv_stride; |
img->stride[VPX_PLANE_V] = yv12->uv_stride; |
img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; |
+ img->bit_depth = 8; |
img->bps = 12; |
img->user_priv = user_priv; |
img->img_data = yv12->buffer_alloc; |