#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "bsf.h"
Go to the source code of this file.
Enumerator |
---|
REMOVE_FREQ_KEYFRAME |
|
REMOVE_FREQ_ALL |
|
REMOVE_FREQ_NONKEYFRAME |
|
Definition at line 27 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 103 of file remove_extradata_bsf.c.
Initial value:= {
.name = "remove_extra",
}
static av_cold int init(AVCodecContext *avctx)
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
Definition at line 110 of file remove_extradata_bsf.c.