#include "libavutil/intreadwrite.h"
#include "avcodec.h"
Go to the source code of this file.
Functions | |
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) |
Variables | |
AVBitStreamFilter | text2movsub_bsf |
AVBitStreamFilter | mov2textsub_bsf |
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] |
Definition at line 42 of file movsub_bsf.c.
Referenced by avcodec_register_all().
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] |
Definition at line 25 of file movsub_bsf.c.
Referenced by avcodec_register_all().
{
"mov2textsub",
0,
mov2textsub,
}
Definition at line 52 of file movsub_bsf.c.
{
"text2movsub",
0,
text2movsub,
}
Definition at line 36 of file movsub_bsf.c.