Go to the source code of this file.
|
static const uint8_t | tc_offsets [9] = { 0, 1, 3, 4, 6, 7, 9, 10, 11 } |
|
static const uint8_t | tc_muls [9] = { 10, 6, 10, 6, 10, 10, 10, 10, 1 } |
|
AVCodec | ff_xsub_decoder |
|
◆ decode_init()
◆ parse_timecode()
◆ decode_frame()
◆ tc_offsets
const uint8_t tc_offsets[9] = { 0, 1, 3, 4, 6, 7, 9, 10, 11 } |
|
static |
◆ tc_muls
const uint8_t tc_muls[9] = { 10, 6, 10, 6, 10, 10, 10, 10, 1 } |
|
static |
◆ ff_xsub_decoder
Initial value:= {
.name = "xsub",
}
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int decode_init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)
Definition at line 184 of file xsubdec.c.