summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2019-01-14 21:52:23 +0200
committerJan Ekström <jeebjp@gmail.com>2019-02-10 03:30:52 +0200
commit100bfac6d6ecb3447dc3ac4b9d2c41085da59a8b (patch)
tree1a30c271740d23967e4bb587107fa37eb616500c /libavcodec/allcodecs.c
parent5c515b5f7d64fb1fccc3e99cd50f01bfbdd2a794 (diff)
downloadffmpeg-streaming-100bfac6d6ecb3447dc3ac4b9d2c41085da59a8b.zip
ffmpeg-streaming-100bfac6d6ecb3447dc3ac4b9d2c41085da59a8b.tar.gz
add libaribb24 ARIB STD-B24 caption decoder
* Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to the resolution of the subtitle plane (for example, 960x540 / 36pt font for profile A). * Has options to: * Disable ruby text (which is coded as regions which have half-height text in libaribb24). Enabled by default as without positioning ruby text only confuses as it is usually coded in the beginning of the decoded subtitle line. * Set the working directory, in which libaribb24 will read configuration as well as into which it may save broadcast extra symbols as PNG. Unset by default. The unconventional library check can be explained by the library's current master branch being licensed as LGPLv3, but at the time of writing the latest official release is still licensed under GPLv3. Thus, one either has to wait for the following release, or enable GPLv3.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 5cbb09a..b26aeca 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -677,6 +677,7 @@ extern AVCodec ff_qdmc_at_decoder;
extern AVCodec ff_qdm2_at_decoder;
extern AVCodec ff_libaom_av1_decoder;
extern AVCodec ff_libaom_av1_encoder;
+extern AVCodec ff_libaribb24_decoder;
extern AVCodec ff_libcelt_decoder;
extern AVCodec ff_libcodec2_encoder;
extern AVCodec ff_libcodec2_decoder;
OpenPOWER on IntegriCloud