Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvectronic <hello.vectronic@gmail.com>2019-09-23 23:43:02 +0300
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2020-03-10 18:10:06 +0300
commit05d27f342be28cf92f3c9470e701834c416cad89 (patch)
treede138fced37deeb9208430847001595b07f1cbae /libavcodec/avcodec.h
parent2847c5c6f93b00c0ec9fb82dba7c382faf7335cc (diff)
API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataType
Signed-off-by: vectronic <hello.vectronic@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 833642d692..aca3825fd3 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1452,6 +1452,12 @@ enum AVPacketSideDataType {
AV_PKT_DATA_PRFT,
/**
+ * ICC profile data consisting of an opaque octet buffer following the
+ * format described by ISO 15076-1.
+ */
+ AV_PKT_DATA_ICC_PROFILE,
+
+ /**
* 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.