[x265] [PATCH] lowres : bug fix for extending the margin
Deepthi Nandakumar
deepthi at multicorewareinc.com
Mon Oct 21 12:46:58 CEST 2013
Superseded by another patch.
On Mon, Oct 21, 2013 at 12:19 PM, Gopu Govindaswamy <
gopu at multicorewareinc.com> wrote:
> # HG changeset patch
> # User Gopu Govindaswamy <gopu at multicorewareinc.com>
> # Date 1382338174 -19800
> # Node ID c6ab2a90521c9fbadb10cfa766134fe7a2acf50b
> # Parent fabb25ae4db4a06073decead3836521a14b5bde9
> lowres : bug fix for extending the margin
>
> before extending the margin initialize the src with getLumaAddr
>
> diff -r fabb25ae4db4 -r c6ab2a90521c source/common/lowres.cpp
> --- a/source/common/lowres.cpp Sat Oct 19 18:08:07 2013 +0800
> +++ b/source/common/lowres.cpp Mon Oct 21 12:19:34 2013 +0530
> @@ -160,6 +160,8 @@
> }
>
> /* extending right margin*/
> + src = orig->getLumaAddr();
> +
> if (2 * width > orig->getWidth())
> {
> for (y = 0; y < srcHeight; y++)
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131021/7bfda6e3/attachment.html>
More information about the x265-devel
mailing list