[FFmpeg-cvslog] avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()
James Almer
git at videolan.org
Tue May 5 18:22:18 EEST 2020
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon May 4 12:17:01 2020 -0300| [f90a48b72e8ef2976de7bff2d2129141b962af51] | committer: James Almer
avcodec/avpacket: add missing entry for prft to av_packet_side_data_name()
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f90a48b72e8ef2976de7bff2d2129141b962af51
---
libavcodec/avpacket.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/avpacket.c b/libavcodec/avpacket.c
index ee51c0799c..033f2d8f26 100644
--- a/libavcodec/avpacket.c
+++ b/libavcodec/avpacket.c
@@ -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";
}
More information about the ffmpeg-cvslog
mailing list