mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 13:24:20 +08:00
lavc: add a new sidedata type for DOVI
add a new sidedata type for DOVI. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
@@ -396,6 +396,7 @@ const char *av_packet_side_data_name(enum AVPacketSideDataType type)
|
||||
case AV_PKT_DATA_ENCRYPTION_INFO: return "Encryption info";
|
||||
case AV_PKT_DATA_AFD: return "Active Format Description data";
|
||||
case AV_PKT_DATA_ICC_PROFILE: return "ICC Profile";
|
||||
case AV_PKT_DATA_DOVI_CONF: return "DOVI configuration record";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user