summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2015-02-10 14:55:27 -0800
committerhkuang <hkuang@google.com>2015-02-10 14:55:27 -0800
commitbf3cb250199023016858a2f2212fbf12c5d2d018 (patch)
treeb4b89e0811ef5a30aabd472959f18487f6031b63 /vp9
parent2d924161c74ede567c925ab26ce489d78af12ccd (diff)
downloadlibvpx-bf3cb250199023016858a2f2212fbf12c5d2d018.tar
libvpx-bf3cb250199023016858a2f2212fbf12c5d2d018.tar.gz
libvpx-bf3cb250199023016858a2f2212fbf12c5d2d018.tar.bz2
libvpx-bf3cb250199023016858a2f2212fbf12c5d2d018.zip
Remove unnecessary border extension when frame size change.
This border extension is not needed with on-demond border extension. Change-Id: I8501b37f5f756dc7e874cef4c1cfdbfa9a16112a
Diffstat (limited to 'vp9')
-rw-r--r--vp9/decoder/vp9_decodeframe.c2
1 files changed, 0 insertions, 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);
}
}
}