#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "bsf.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ noise()
◆ options
◆ noise_class
Initial value:= {
.class_name = "noise",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 81 of file noise_bsf.c.
◆ ff_noise_bsf
Initial value:= {
.name = "noise",
}
static const AVClass noise_class
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)
static int noise(AVBSFContext *ctx, AVPacket *pkt)
Definition at line 88 of file noise_bsf.c.