FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/avassert.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | VolDetectContext |
Macros | |
#define | MAX_DB 91 |
Functions | |
static int | filter_frame (AVFilterLink *inlink, AVFrame *samples) |
static double | logdb (uint64_t v) |
static void | print_stats (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVFilterPad | volumedetect_inputs [] |
static const AVFilterPad | volumedetect_outputs [] |
const AVFilter | ff_af_volumedetect |
#define MAX_DB 91 |
Definition at line 59 of file af_volumedetect.c.
|
static |
Definition at line 36 of file af_volumedetect.c.
|
inlinestatic |
Definition at line 61 of file af_volumedetect.c.
Referenced by print_stats().
|
static |
Definition at line 69 of file af_volumedetect.c.
Referenced by uninit().
|
static |
Definition at line 112 of file af_volumedetect.c.
|
static |
Definition at line 117 of file af_volumedetect.c.
|
static |
Definition at line 125 of file af_volumedetect.c.
const AVFilter ff_af_volumedetect |
Definition at line 132 of file af_volumedetect.c.