FFmpeg
|
#include "avcodec.h"
Include dependency graph for remove_extradata_bsf.c:
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 |
Function Documentation
|
static |
Definition at line 24 of file remove_extradata_bsf.c.
Referenced by avcodec_register_all().
Variable Documentation
AVBitStreamFilter ff_remove_extradata_bsf |
Initial value:
={
"remove_extra",
0,
}
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)
Definition: remove_extradata_bsf.c:24
Definition at line 51 of file remove_extradata_bsf.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11