aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2024-02-11 12:03:19 -0500
committerLeo Izen <leo.izen@gmail.com>2024-03-12 17:36:05 -0400
commita356815a31921676900a9a51f35f9e0036419047 (patch)
tree8a8c33a3f6138e0f83e788e8a4835782bbe1d5d7 /libavcodec/version.h
parentc9eb36e0a0b04c4f1aa7ffad12384759bb1e481b (diff)
downloadffmpeg-a356815a31921676900a9a51f35f9e0036419047.tar.gz
avcodec/libjxlenc: add option to disable xyb encoding
Add an AVOption to the libjxl encoder wrapper, which exposes the flag uses_original_profile in libjxl. For highly unusual ICC profiles where the target needs to stay in the original space, this can be useful. Signed-off-by: Leo Izen <leo.izen@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 5957009457..b4616ccc27 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 1
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \