FFmpeg
|
remove_extradata_bsf.c
Go to the documentation of this file.
24 static int remove_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args,
36 if( (((avctx->flags & CODEC_FLAG_GLOBAL_HEADER) || (avctx->flags2 & CODEC_FLAG2_LOCAL_HEADER)) && cmd=='a')
int(* split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
Definition: libavcodec/avcodec.h:3892
Definition: avisynth_c.h:503
#define CODEC_FLAG_GLOBAL_HEADER
Place global headers in extradata instead of every keyframe.
Definition: libavcodec/avcodec.h:714
Definition: libavcodec/avcodec.h:4535
external API header
Definition: libavcodec/avcodec.h:3747
#define CODEC_FLAG2_LOCAL_HEADER
Place global headers at every keyframe instead of in extradata.
Definition: libavcodec/avcodec.h:723
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
AVBitStreamFilter ff_remove_extradata_bsf
Definition: remove_extradata_bsf.c:51
Generated on Mon Nov 18 2024 06:51:59 for FFmpeg by 1.8.11