FFmpeg
|
#include "libavutil/mathematics.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "get_bits.h"
#include "bytestream.h"
Go to the source code of this file.
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int64_t | parse_timecode (const uint8_t *buf, int64_t packet_time) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
Variables | |
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 |
|
static |
|
static |
|
static |
Definition at line 33 of file xsubdec.c.
Referenced by parse_timecode().
|
static |
Definition at line 34 of file xsubdec.c.
Referenced by parse_timecode().
AVCodec ff_xsub_decoder |