Specifies the final output resolution of the decoded image, after video processing.
UINT64
DECLSPEC_SELECTANY GUID MFT_DECODER_FINAL_VIDEO_RESOLUTION_HINT = {0xdc2f8496,0x15c4,0x407a,{0xb6,0xf0,0x1b,0x66,0xab,0x5f,0xbf,0x53} }
This attribute is supported by some video decoders. An application can set this attribute to indicate the width and height of the image after video processing. The decoder can use this information to optimize the decoding process, especially if the final image size is much smaller than the native image size. For example, the decoder might skip an out-of-loop filter.
The upper 32 bits contain the width and the lower 32 bits contain the height.
To set this attribute:
Header: Declared in mftransform.h.