| 
    FFmpeg
    
   | 
 
Bauer stereo-to-binaural filter. More...
#include <bs2b.h>#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "audio.h"#include "avfilter.h"#include "formats.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | Bs2bContext | 
Macros | |
| #define | OFFSET(x) offsetof(Bs2bContext, x) | 
| #define | A AV_OPT_FLAG_AUDIO_PARAM | 
Functions | |
| AVFILTER_DEFINE_CLASS (bs2b) | |
| static av_cold int | init (AVFilterContext *ctx) | 
| static av_cold void | uninit (AVFilterContext *ctx) | 
| static int | query_formats (AVFilterContext *ctx) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) | 
| static int | config_output (AVFilterLink *outlink) | 
Variables | |
| static const AVOption | bs2b_options [] | 
| static const AVFilterPad | bs2b_inputs [] | 
| static const AVFilterPad | bs2b_outputs [] | 
| AVFilter | ff_af_bs2b | 
Bauer stereo-to-binaural filter.
Definition in file af_bs2b.c.
| #define OFFSET | ( | x | ) | offsetof(Bs2bContext, x) | 
| #define A AV_OPT_FLAG_AUDIO_PARAM | 
| AVFILTER_DEFINE_CLASS | ( | bs2b | ) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVFilter ff_af_bs2b | 
 1.8.6