]> git.sesse.net Git - ffmpeg/commit
lavfi/gradfun: do not increment DC pointer for odd values.
authorClément Bœsch <ubitux@gmail.com>
Wed, 5 Dec 2012 03:58:03 +0000 (04:58 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 28 Mar 2013 06:58:55 +0000 (07:58 +0100)
commit8b9a153ef3673d5847291987fa0dcddeac4a640b
treed9acbbdc9b06e756f77399066202412270dacea1
parentf2a59722d161981c2161ba25f3aea42d65b818f8
lavfi/gradfun: do not increment DC pointer for odd values.

First DC is only used once otherwise. This also makes the code
consistent with ASM versions.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavfilter/vf_gradfun.c