Go to the source code of this file.
|
static int | text2movsub (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
|
static int | mov2textsub (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
|
static int mov2textsub |
( |
AVBitStreamFilterContext * |
bsfc, |
|
|
AVCodecContext * |
avctx, |
|
|
const char * |
args, |
|
|
uint8_t ** |
poutbuf, |
|
|
int * |
poutbuf_size, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size, |
|
|
int |
keyframe |
|
) |
| |
|
static |
static int text2movsub |
( |
AVBitStreamFilterContext * |
bsfc, |
|
|
AVCodecContext * |
avctx, |
|
|
const char * |
args, |
|
|
uint8_t ** |
poutbuf, |
|
|
int * |
poutbuf_size, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size, |
|
|
int |
keyframe |
|
) |
| |
|
static |
Initial value:={
"mov2textsub",
0,
}
static int mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
Definition at line 52 of file movsub_bsf.c.
Initial value:={
"text2movsub",
0,
}
static int text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
Definition at line 36 of file movsub_bsf.c.