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 int decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt)
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
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. ...
Definition at line 177 of file xsubdec.c.