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 } |
| |
| const FFCodec | ff_xsub_decoder |
| |
◆ decode_init()
◆ parse_timecode()
| static int64_t parse_timecode |
( |
const uint8_t * | buf, |
|
|
int64_t | packet_time ) |
|
static |
◆ 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:= {
.p.name = "xsub",
}
#define CODEC_LONG_NAME(str)
#define FF_CODEC_DECODE_SUB_CB(func)
static av_cold int decode_init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt)
Definition at line 165 of file xsubdec.c.