mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-12-04 04:54:02 +00:00
add VVC profile and level
Signed-off-by: zhanghongran <zhanghongran@huawei.com>
This commit is contained in:
parent
b0dd1edc14
commit
5961478627
@ -1027,7 +1027,7 @@ typedef enum OH_VVCProfile {
|
||||
/** Main 12 profile */
|
||||
VVC_PROFILE_MAIN_12 = 2, // 1 << 1
|
||||
/** Main 12 Intra profile */
|
||||
VVC_PROFILE_MAIN_12_INTRA = 10, // MAIN12 | INTRA
|
||||
VVC_PROFILE_MAIN_12_INTRA = 10, // MAIN_12 | INTRA
|
||||
/** Multilayer Main 10 profile */
|
||||
VVC_PROFILE_MULTI_MAIN_10 = 17, // MULTILAYER | MAIN_10
|
||||
/** Main 10 4:4:4 profile */
|
||||
|
Loading…
Reference in New Issue
Block a user