]> git.sesse.net Git - mlt/commit
Fix videostab2 interpolation.
authorDan Dennedy <dan@dennedy.org>
Mon, 28 Oct 2013 06:10:49 +0000 (23:10 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 28 Oct 2013 06:10:49 +0000 (23:10 -0700)
commita1c0987f26ed2c7671eceb903b99324c25d600b8
tree7e22b04bed54c8f8fa96a624e48b8be820e14ea8
parent2308a7ba9a32b2e871bad34afbf52135471577e1
Fix videostab2 interpolation.

This filter uses RGB mode, for which bicubic is broken. vid.stab still
to this day uses bilinear with packed pixel formats. In order to fix
bilinear, needed to remove extra calls to floor function.
src/modules/videostab/filter_videostab2.c
src/modules/videostab/transform_image.c