Blender Git Loki
Git Commits -> Revision 13ab6b7
June 30, 2021, 07:34 (GMT) |
Fix T57397: Movies are blurred after sws_scale Images with 4:2:2 and 4:4:4 chroma subsampling were blurred when `SWS_FAST_BILINEAR` interpolation is set for `anim->img_convert_ctx`. Use `SWS_BILINEAR` interpolation for all movies, as performance is not impacted by this change. Reviewed By: sergey Differential Revision: https://developer.blender.org/D11457 |
Commit Details:
Full Hash: 13ab6b7bb60c3af82c6f99c2177f2fb2576ccd22
Parent Commit: 00ffe02
Committed By: Jeroen Bakker
Lines Changed: +1, -1
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+1, -1) (Diff)