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
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-21 03:30:39 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-26 04:02:25 +0300
commit8be6552aa4bff1ce1016739a77733a2dcbdfaa8b (patch)
tree1bace4dca8377a42da7a1854ccda46e84158ecee /doc
parentcf856d8957f82a3b15071b8f1f551b06a65b9b3f (diff)
avutil/pixdesc: Add av_chroma_location_(enum_to_pos|pos_to_enum)
They are intended as replacements for avcodec_enum_to_chroma_pos() and avcodec_chroma_pos_to_enum(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a0988d1354..535e4e56bd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-09-26 - xxxxxxxxxx - lavu 57.37.100 - pixdesc.h
+ Add av_chroma_location_enum_to_pos() and av_chroma_location_pos_to_enum().
+
2022-09-26 - xxxxxxxxxx - lavc 59.47.100 - avcodec.h defs.h
Move the AV_EF_* and FF_COMPLIANCE_* defines from avcodec.h to defs.h.