From bf3cb250199023016858a2f2212fbf12c5d2d018 Mon Sep 17 00:00:00 2001 From: hkuang Date: Tue, 10 Feb 2015 14:55:27 -0800 Subject: [PATCH] Remove unnecessary border extension when frame size change. This border extension is not needed with on-demond border extension. Change-Id: I8501b37f5f756dc7e874cef4c1cfdbfa9a16112a --- vp9/decoder/vp9_decodeframe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vp9/decoder/vp9_decodeframe.c b/vp9/decoder/vp9_decodeframe.c index 1d0d8f6f9..1faaf8f1c 100644 --- a/vp9/decoder/vp9_decodeframe.c +++ b/vp9/decoder/vp9_decodeframe.c @@ -1432,8 +1432,6 @@ static size_t read_uncompressed_header(VP9Decoder *pbi, ref_buf->buf->y_crop_height, cm->width, cm->height); #endif - if (vp9_is_scaled(&ref_buf->sf)) - vp9_extend_frame_borders(ref_buf->buf); } } } -- 2.40.0