Blender Git Loki
Git Commits -> Revision 606f6b7
Revision 606f6b7 by Sergey Sharybin (master) March 10, 2016, 08:22 (GMT) |
Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8 This is a bit annoying, but FFmpeg can't deal with unaligned arrays in some cases. There seems to be an easy workaround with using SWS_ACCURATE_RND flag which should be harmless since we don't really scaling frames, but only using sws_scale to change color space. Additionally, this is what VLC is also using. |
Commit Details:
Full Hash: 606f6b79eabca236b933dd76e5425162e26ba105
Parent Commit: 751874d
Lines Changed: +1, -1
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+1, -1) (Diff)