From 9ddd83cec215bffcde001ed88d6c7e2e762053ff Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 15 Mar 2016 12:32:27 +0500 Subject: Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8 Revert "Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8" This reverts commit 606f6b79eabca236b933dd76e5425162e26ba105. --- source/blender/imbuf/intern/anim_movie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern') diff --git a/source/blender/imbuf/intern/anim_movie.c b/source/blender/imbuf/intern/anim_movie.c index 1b3b9c28d74..1b4ce4225d6 100644 --- a/source/blender/imbuf/intern/anim_movie.c +++ b/source/blender/imbuf/intern/anim_movie.c @@ -600,7 +600,7 @@ static int startffmpeg(struct anim *anim) anim->x, anim->y, AV_PIX_FMT_RGBA, - SWS_FAST_BILINEAR | SWS_PRINT_INFO | SWS_FULL_CHR_H_INT | SWS_ACCURATE_RND, + SWS_FAST_BILINEAR | SWS_PRINT_INFO | SWS_FULL_CHR_H_INT, NULL, NULL, NULL); if (!anim->img_convert_ctx) { -- cgit v1.2.3