Module: wine Branch: master Commit: 12f1ebdfeca06d7dbc8e7b99bf3c21a09a565162 URL: https://source.winehq.org/git/wine.git/?a=commit;h=12f1ebdfeca06d7dbc8e7b99b...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Fri Aug 28 18:25:27 2020 +1000
include: Add more eAVEncH264VProfile enums.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/codecapi.h | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/include/codecapi.h b/include/codecapi.h index 1d9fd7e255..9719389b08 100644 --- a/include/codecapi.h +++ b/include/codecapi.h @@ -30,6 +30,14 @@ enum eAVEncH264VProfile eAVEncH264VProfile_High10 = 110, eAVEncH264VProfile_444 = 244, eAVEncH264VProfile_Extended = 88, + eAVEncH264VProfile_ScalableBase = 83, + eAVEncH264VProfile_ScalableHigh = 86, + eAVEncH264VProfile_MultiviewHigh = 118, + eAVEncH264VProfile_StereoHigh = 128, + eAVEncH264VProfile_ConstrainedBase = 256, + eAVEncH264VProfile_UCConstrainedHigh = 257, + eAVEncH264VProfile_UCScalableConstrainedBase = 258, + eAVEncH264VProfile_UCScalableConstrainedHigh = 259 };
enum eAVEncH264VLevel