OSDN Git Service

Use the original picture size
authorHaihao Xiang <haihao.xiang@intel.com>
Fri, 20 Jul 2018 06:23:02 +0000 (14:23 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 13 Aug 2018 02:55:05 +0000 (10:55 +0800)
commit7954f64a3128d9debfc5f300dd2496947f8d7c93
tree2f619e54760bb903702bd7bb022a9c92a00d1346
parenta862a72a3541b2f357f90a3dd9d5b54f8a8e0cb9
Use the original picture size

vp8_context->frame_width/vp8_context->frame_height is aligned to 16 bytes,
however the original size is required

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
src/i965_encoder_vp8.c