From: Ziqing Hui zhui@codeweavers.com
--- include/codecapi.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/include/codecapi.h b/include/codecapi.h index 244c78dbf1f..783b3bca900 100644 --- a/include/codecapi.h +++ b/include/codecapi.h @@ -248,4 +248,10 @@ DEFINE_GUID(CODECAPI_AVEncVideoEncodeOffsetOrigin, 0x6bc098fe, 0xa71a, 0x4454, 0 DEFINE_GUID(CODECAPI_AVEncVideoEncodeQP, 0x2cb5696b, 0x23fb, 0x4ce1, 0xa0, 0xf9, 0xef, 0x5b, 0x90, 0xfd, 0x55, 0xca); DEFINE_GUID(CODECAPI_AVEncVideoEncodeFrameTypeQP, 0xaa70b610, 0xe03f, 0x450c, 0xad, 0x07, 0x07, 0x31, 0x4e, 0x63, 0x9c, 0xe7);
+DEFINE_GUID(CODECAPI_AVEncVideoMaxKeyframeDistance, 0x2987123a, 0xba93, 0x4704, 0xb4, 0x89, 0xec, 0x1e, 0x5f, 0x25, 0x29, 0x2c); +DEFINE_GUID(CODECAPI_AVEncVideoMaxCTBSize, 0x822363ff, 0xcec8, 0x43e5, 0x92, 0xfd, 0xe0, 0x97, 0x48, 0x84, 0x85, 0xe9); +DEFINE_GUID(CODECAPI_AVEncVideoMaxTemporalLayers, 0x9c668cfe, 0x08e1, 0x424a, 0x93, 0x4e, 0xb7, 0x64, 0xb0, 0x64, 0x80, 0x2a); +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); + #endif /* __CODECAPI_H */