diff --git a/av2/common/annexA.c b/av2/common/annexA.c index cb799e2025..f03a44d5dc 100644 --- a/av2/common/annexA.c +++ b/av2/common/annexA.c @@ -28,7 +28,6 @@ * 1 | C_Main_422_10 | Main | 8, 10 | 4:0:0, 4:2:0, 4:2:2 * 2 | C_Main_444_10 | Main | 8, 10 | 4:0:0, 4:2:0, 4:4:4 * 3-63 | Reserved | - | - | - * * Notes: * - ConfigurationID: Identifies the multi-sequence configuration (6-bit value) @@ -273,22 +272,21 @@ int av2_check_profile_interop_conformance( //============================================================================================== // Table A.2: Definition of ProfileScalingFactor, PicSizeProfileFactor, and BitrateProfileFactor //============================================================================================== -* -* seq_profile_idc or multistream_profile_idc | ProfileScalingFactor | PicSizeProfileFactor | BitrateProfileFactor | -* ------------------------------------------------------------------------------------------------------------------ -* 0, 1, 2 | 0 | 15 | 1.0 | -* ------------------------------------------------------------------------------------------------------------------ -* 3 | 1 | 20 | 1.667 | -* ------------------------------------------------------------------------------------------------------------------ -* 4 | 2 | 30 | 2.5 | -* ------------------------------------------------------------------------------------------------------------------ -* 31 | - | - | - | -* ------------------------------------------------------------------------------------------------------------------ - + * + * seq_profile_idc or multistream_profile_idc | ProfileScalingFactor | PicSizeProfileFactor | BitrateProfileFactor | + * ------------------------------------------------------------------------------------------------------------------ + * 0, 1, 2 | 0 | 15 | 1.0 | + * ------------------------------------------------------------------------------------------------------------------ + * 3 | 1 | 20 | 1.667 | + * ------------------------------------------------------------------------------------------------------------------ + * 4 | 2 | 30 | 2.5 | + * ------------------------------------------------------------------------------------------------------------------ + * 31 | - | - | - | + * ------------------------------------------------------------------------------------------------------------------ + */ /* clang-format on */ int get_profile_scaling_factor(int seq_profile_idc) { - if (seq_profile_idc == MAIN_420_10_IP0 || seq_profile_idc == MAIN_420_10_IP1 || seq_profile_idc == MAIN_420_10_IP2) {