aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/packet.h
diff options
context:
space:
mode:
authorDamiano Galassi <damiog@gmail.com>2024-02-04 15:14:10 +0000
committerJames Almer <jamrial@gmail.com>2024-02-04 13:36:21 -0300
commit45697e6a51244e3393c8bf5e931ad86387fd8ec8 (patch)
tree94aa8985b811609ffca8282ccb9d477a71cfea59 /libavcodec/packet.h
parentd525dbb41f5236ed2dc74041e9db7022bcb5bb86 (diff)
downloadffmpeg-45697e6a51244e3393c8bf5e931ad86387fd8ec8.tar.gz
avcodec: add ambient viewing environment packet side data.
Diffstat (limited to 'libavcodec/packet.h')
-rw-r--r--libavcodec/packet.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/packet.h b/libavcodec/packet.h
index 2c57d262c6..8558ae849e 100644
--- a/libavcodec/packet.h
+++ b/libavcodec/packet.h
@@ -324,6 +324,13 @@ enum AVPacketSideDataType {
AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM,
/**
+ * Ambient viewing environment metadata, as defined by H.274. This metadata
+ * should be associated with a video stream and contains data in the form
+ * of the AVAmbientViewingEnvironment struct.
+ */
+ AV_PKT_DATA_AMBIENT_VIEWING_ENVIRONMENT,
+
+ /**
* The number of side data types.
* This is not part of the public API/ABI in the sense that it may
* change when new side data types are added.