summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorerankor <eran.kornblau@kaltura.com>2022-11-08 17:14:07 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2022-11-10 16:28:07 +0100
commit6043352bd902665b3d598c9be4197e41858a2357 (patch)
tree3663cb24efd56ff4ceaddaca13da7a2ca6341639 /libavcodec/version.h
parent939273d3b493fa4f0f1f6520d717c4b5442ef5ba (diff)
downloadffmpeg-6043352bd902665b3d598c9be4197e41858a2357.tar.gz
libx265: support ATSC A/53 captions
added a new option 'a53cc' (on by default, as in libx264) for rendering AV_FRAME_DATA_A53_CC as hevc sei payloads. the code is a blend of the libx265.c code for writing AV_FRAME_DATA_SEI_UNREGISTERED with the libx264.c code for writing atsc a/53 payloads.
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 86ac0f3871..c3f344e46a 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 52
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \