aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/packet.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-08-29 10:36:06 -0300
committerJames Almer <jamrial@gmail.com>2024-09-19 10:01:26 -0300
commitdf609af8e445f0c1fdf5d08a3c89b0521c529084 (patch)
tree2f730ff0f0650248579a859a70b0e55e5bbc50b9 /libavcodec/packet.h
parent5fa9c4e596ea973659dfcade310ba05610bcf2ea (diff)
downloadffmpeg-df609af8e445f0c1fdf5d08a3c89b0521c529084.tar.gz
avcodec/packet: add an LCEVC enhancement data payload side data type
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/packet.h')
-rw-r--r--libavcodec/packet.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/packet.h b/libavcodec/packet.h
index 13667ffa36..0a28010542 100644
--- a/libavcodec/packet.h
+++ b/libavcodec/packet.h
@@ -340,6 +340,12 @@ enum AVPacketSideDataType {
AV_PKT_DATA_FRAME_CROPPING,
/**
+ * Raw LCEVC payload data, as a uint8_t array, with NAL emulation
+ * bytes intact.
+ */
+ AV_PKT_DATA_LCEVC,
+
+ /**
* 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.