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 |
|
static int64_t parse_timecode |
( |
const uint8_t * |
buf, |
|
|
int64_t |
packet_time |
|
) |
| |
|
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 } |
|
static |
Initial value:= {
.name = "xsub",
}
static av_cold int decode_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
Definition at line 176 of file xsubdec.c.