]> git.sesse.net Git - ffmpeg/commit
lavfi/gradfun: fix dithering in MMX code.
authorClément Bœsch <ubitux@gmail.com>
Thu, 6 Dec 2012 23:39:31 +0000 (00:39 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 28 Mar 2013 06:59:18 +0000 (07:59 +0100)
commit38a2f88d39e50c573193b6d3f14df58b6c4e3a7b
tree182ad061ef3b33ff84afb57646922489b192a018
parent2d66fc543b01995d6146fc132a778d3e722ca665
lavfi/gradfun: fix dithering in MMX code.

Current dithering only uses the first 4 instead of the whole 8 random values.

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