[PATCH v2] winegstreamer: Expose the MF_MT_VIDEO_ROTATION attribute.

Nikolay Sivov nsivov at codeweavers.com
Thu Jun 17 01:00:22 CDT 2021



On 6/16/21 5:24 PM, Giovanni Mascellani wrote:
>  
> +typedef enum _MFVideoRotationFormat {
> +    MFVideoRotationFormat_0   = 0,
> +    MFVideoRotationFormat_90  = 1,
> +    MFVideoRotationFormat_180 = 2,
> +    MFVideoRotationFormat_270 = 3
> +} MFVideoRotationFormat;
> +
>  enum _MFT_ENUM_FLAG
>  {
>      MFT_ENUM_FLAG_SYNCMFT                         = 0x00000001,
This is still wrong. Please check actual headers to see what it should
look like. Regarding formatting, opening braces on new lines is better.



More information about the wine-devel mailing list