[x265] [PATCH] framefilter: improvement

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Sep 11 15:27:37 CEST 2013


On Wed, Sep 11, 2013 at 6:55 AM, Min Chen <chenm003 at 163.com> wrote:
> # HG changeset patch
> # User Min Chen <chenm003 at 163.com>
> # Date 1378878707 -28800
> # Node ID b02136097bea7c0db83ad4bfb3454a91f80eeda6
> # Parent  af8cddab103e87cb7817e4809780a64573d4dad2
> framefilter: improvement

Please write a proper commit message. This one is useless and conveys
no information. What improved?

> -        if (row > 0)
> -            processRowPost(row - 1);
> -        if (row == m_numRows - 1)
> -            processRowPost(row);
> +        processRowPost(row);
>          return;


Why is it OK to remove these checks?

- Derek


More information about the x265-devel mailing list