From 445eed8e38cceb2bd2d5e449b4efd1a61c383da8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 3 Feb 2015 18:17:12 +0500 Subject: Fix T43403: Compositor does not respect interlaced video This is actually issue with Image datablock, which had obscure Fields settings but didn't allow to de-interlace the video. Now added the option to de-interlace Image with Movie input type. --- source/blender/makesdna/DNA_image_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_image_types.h') diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h index fcb894c9ebf..dca1c8330b0 100644 --- a/source/blender/makesdna/DNA_image_types.h +++ b/source/blender/makesdna/DNA_image_types.h @@ -143,6 +143,7 @@ enum { IMA_USER_FRAME_IN_RANGE = (1 << 10), /* for image user, but these flags are mixed */ IMA_VIEW_AS_RENDER = (1 << 11), IMA_IGNORE_ALPHA = (1 << 12), + IMA_DEINTERLACE = (1 << 13), }; #if (DNA_DEPRECATED_GCC_POISON == 1) -- cgit v1.2.3