#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
◆ noise()
◆ options
◆ noise_class
Initial value:= {
.class_name = "noise",
}
static const AVOption options[]
Definition at line 76 of file noise_bsf.c.
◆ ff_noise_bsf
Initial value:= {
.name = "noise",
.priv_data_size = sizeof(int),
}
static const AVClass noise_class
static int noise(AVBSFContext *ctx, AVPacket *out)
static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
Definition at line 83 of file noise_bsf.c.