#include "avcodec.h"
#include "libavcodec/ass.h"
#include "codec_internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include <aribb24/aribb24.h>
#include <aribb24/parser.h>
#include <aribb24/decoder.h>
Go to the source code of this file.
◆ RGB_TO_BGR
#define RGB_TO_BGR |
( |
|
c | ) |
(((c) & 0xff) << 16 | ((c) & 0xff00) | (((c) >> 16) & 0xff)) |
◆ OFFSET
◆ SD
◆ get_profile_font_size()
◆ libaribb24_log()
static void libaribb24_log |
( |
void * |
p, |
|
|
const char * |
msg |
|
) |
| |
|
static |
◆ libaribb24_generate_ass_header()
◆ libaribb24_init()
◆ libaribb24_close()
◆ libaribb24_handle_regions()
◆ libaribb24_decode()
◆ libaribb24_flush()
◆ options
Initial value:= {
{ "aribb24-base-path", "set the base path for the libaribb24 library",
{ "aribb24-skip-ruby-text", "skip ruby text blocks during decoding",
{ "default_profile", "default profile to use if not specified in the stream parameters",
}
Definition at line 376 of file libaribb24.c.
◆ aribb24_class
Initial value:= {
.class_name = "libaribb24 decoder",
}
Definition at line 388 of file libaribb24.c.
◆ ff_libaribb24_decoder
const FFCodec ff_libaribb24_decoder |
Initial value:= {
.p.name = "libaribb24",
.p.wrapper_name = "libaribb24",
}
Definition at line 395 of file libaribb24.c.