| FFmpeg
    | 
#include "libavutil/channel_layout.h"#include "libavutil/opt.h"#include "avfilter.h"#include "audio.h"#include "formats.h"Go to the source code of this file.
| Data Structures | |
| struct | StereoToolsContext | 
| Macros | |
| #define | OFFSET(x) offsetof(StereoToolsContext, x) | 
| #define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM | 
| Functions | |
| AVFILTER_DEFINE_CLASS (stereotools) | |
| static int | query_formats (AVFilterContext *ctx) | 
| static int | config_input (AVFilterLink *inlink) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) | 
| static av_cold void | uninit (AVFilterContext *ctx) | 
| Variables | |
| static const AVOption | stereotools_options [] | 
| static const AVFilterPad | inputs [] | 
| static const AVFilterPad | outputs [] | 
| AVFilter | ff_af_stereotools | 
| #define OFFSET | ( | x | ) | offsetof(StereoToolsContext, x) | 
Definition at line 57 of file af_stereotools.c.
Definition at line 58 of file af_stereotools.c.
| AVFILTER_DEFINE_CLASS | ( | stereotools | ) | 
| 
 | static | 
Definition at line 91 of file af_stereotools.c.
| 
 | static | 
Definition at line 107 of file af_stereotools.c.
| 
 | static | 
Definition at line 128 of file af_stereotools.c.
| 
 | static | 
Definition at line 271 of file af_stereotools.c.
| 
 | static | 
| 
 | static | 
Definition at line 278 of file af_stereotools.c.
| 
 | static | 
Definition at line 288 of file af_stereotools.c.
| AVFilter ff_af_stereotools | 
Definition at line 296 of file af_stereotools.c.
 1.8.6
 1.8.6