#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.
Initial value:= {
.class_name = "noise",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 79 of file noise_bsf.c.
Initial value:= {
.name = "noise",
}
static const AVClass noise_class
static int noise(AVBSFContext *ctx, AVPacket *out)
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, uint8_t clip)
Definition at line 86 of file noise_bsf.c.