In ParamConverterProfileLevelAV1 within amf/samples/CPPSamples/common/EncoderParamsAV1.cpp, the if statements for levels 3.2 and 3.3 check for a value of 31 but not 32 or 33 (respectively) and level 4.3 checks for a value of 42 but not 43.
This probably has very little or no effect since the relevant levels are unused in the spec, but it still seems strange to me.
In
ParamConverterProfileLevelAV1within amf/samples/CPPSamples/common/EncoderParamsAV1.cpp, the if statements for levels 3.2 and 3.3 check for a value of 31 but not 32 or 33 (respectively) and level 4.3 checks for a value of 42 but not 43.This probably has very little or no effect since the relevant levels are unused in the spec, but it still seems strange to me.