Blender Git Loki
Git Commits -> Revision 7d47eea
Revision 7d47eea by Richard Antalik (temp-attribute-processor) June 7, 2021, 14:58 (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: 7d47eea06d1e01a71fc0fd005d8954ecfd0ab6fe
Parent Commit: 5dbe82f
Committed By: Jacques Lucke
Lines Changed: +1, -1
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+1, -1) (Diff)