#include "avcodec.h"
Go to the source code of this file.
Functions | |
static int | remove_extradata (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
Variables | |
AVBitStreamFilter | ff_remove_extradata_bsf |
static int remove_extradata | ( | 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:
{ "remove_extra", 0, remove_extradata, }
Definition at line 51 of file remove_extradata_bsf.c.