mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9473268cfb
commit
f90a48b72e
|
@ -396,6 +396,7 @@ const char *av_packet_side_data_name(enum AVPacketSideDataType type)
|
|||
case AV_PKT_DATA_ENCRYPTION_INIT_INFO: return "Encryption initialization data";
|
||||
case AV_PKT_DATA_ENCRYPTION_INFO: return "Encryption info";
|
||||
case AV_PKT_DATA_AFD: return "Active Format Description data";
|
||||
case AV_PKT_DATA_PRFT: return "Producer Reference Time";
|
||||
case AV_PKT_DATA_ICC_PROFILE: return "ICC Profile";
|
||||
case AV_PKT_DATA_DOVI_CONF: return "DOVI configuration record";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue