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:
authorerankor <eran.kornblau@kaltura.com>2022-11-08 18:14:07 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2022-11-10 18:28:07 +0300
commit6043352bd902665b3d598c9be4197e41858a2357 (patch)
tree3663cb24efd56ff4ceaddaca13da7a2ca6341639 /configure
parent939273d3b493fa4f0f1f6520d717c4b5442ef5ba (diff)
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 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a1cbb82334..e6470dc03b 100755
--- a/configure
+++ b/configure
@@ -3399,6 +3399,7 @@ libx264_encoder_select="atsc_a53"
libx264rgb_encoder_deps="libx264"
libx264rgb_encoder_select="libx264_encoder"
libx265_encoder_deps="libx265"
+libx265_encoder_select="atsc_a53"
libxavs_encoder_deps="libxavs"
libxavs2_encoder_deps="libxavs2"
libxvid_encoder_deps="libxvid"