From: Ziqing Hui zhui@codeweavers.com
--- include/codecapi.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/codecapi.h b/include/codecapi.h index 783b3bca900..57bd0f795d8 100644 --- a/include/codecapi.h +++ b/include/codecapi.h @@ -254,4 +254,7 @@ DEFINE_GUID(CODECAPI_AVEncVideoMaxTemporalLayers, 0x9c668cfe, 0x08e1, 0x424a, DEFINE_GUID(CODECAPI_AVEncVideoMaxNumRefFrame, 0x964829ed, 0x94f9, 0x43b4, 0xb7, 0x4d, 0xef, 0x40, 0x94, 0x4b, 0x69, 0xa0); DEFINE_GUID(CODECAPI_AVEncVideoMaxQP, 0x3daf6f66, 0xa6a7, 0x45e0, 0xa8, 0xe5, 0xf2, 0x74, 0x3f, 0x46, 0xa3, 0xa2);
+DEFINE_GUID(CODECAPI_AVEncVideoInverseTelecineEnable, 0x2ea9098b, 0xe76d, 0x4ccd, 0xa0, 0x30, 0xd3, 0xb8, 0x89, 0xc1, 0xb6, 0x4c); +DEFINE_GUID(CODECAPI_AVEncVideoInverseTelecineThreshold, 0x40247d84, 0xe895, 0x497f, 0xb4, 0x4c, 0xb7, 0x45, 0x60, 0xac, 0xfe, 0x27); + #endif /* __CODECAPI_H */