#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "bsf.h"
#include "bsf_internal.h"
Go to the source code of this file.
Enumerator |
---|
REMOVE_FREQ_KEYFRAME |
|
REMOVE_FREQ_ALL |
|
REMOVE_FREQ_NONKEYFRAME |
|
Definition at line 28 of file remove_extradata_bsf.c.
const AVClass remove_extradata_class |
|
static |
Initial value:= {
.class_name = "remove_extradata",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 104 of file remove_extradata_bsf.c.
Initial value:= {
.name = "remove_extra",
}
static av_cold int init(AVCodecContext *avctx)
filter_frame For filters that do not use the this method is called when a frame is pushed to the filter s input It can be called at any time except in a reentrant way If the input frame is enough to produce then the filter should push the output frames on the output link immediately As an exception to the previous rule if the input frame is enough to produce several output frames then the filter needs output only at least one per link The additional frames can be left buffered in the filter
Definition at line 111 of file remove_extradata_bsf.c.