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.