Index: source/libvpx/vpx_scale/generic/yv12config.c |
=================================================================== |
--- source/libvpx/vpx_scale/generic/yv12config.c (revision 292608) |
+++ source/libvpx/vpx_scale/generic/yv12config.c (working copy) |
@@ -10,7 +10,6 @@ |
#include <assert.h> |
-#include "./vpx_config.h" |
#include "vpx_scale/yv12config.h" |
#include "vpx_mem/vpx_mem.h" |
#if CONFIG_VP9 && CONFIG_VP9_HIGHBITDEPTH |
@@ -242,6 +241,8 @@ |
ybf->border = border; |
ybf->frame_size = (int)frame_size; |
+ ybf->subsampling_x = ss_x; |
+ ybf->subsampling_y = ss_y; |
#if CONFIG_VP9_HIGHBITDEPTH |
if (use_highbitdepth) { |