| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "libavutil/mathematics.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "avresample.h"#include "internal.h"#include "audio_mix.h"Go to the source code of this file.
Macros | |
| #define | OFFSET(x) offsetof(AVAudioResampleContext, x) | 
| #define | PARAM AV_OPT_FLAG_AUDIO_PARAM | 
Functions | |
| AVAudioResampleContext * | avresample_alloc_context (void) | 
| const AVClass * | avresample_get_class (void) | 
Variables | |
| static const AVOption | avresample_options [] | 
| static const AVClass | av_resample_context_class | 
Options definition for AVAudioResampleContext.
Definition in file options.c.
| #define OFFSET | ( | x | ) | offsetof(AVAudioResampleContext, x) | 
| #define PARAM AV_OPT_FLAG_AUDIO_PARAM | 
      
  | 
  static | 
Definition at line 89 of file options.c.
Referenced by avresample_alloc_context(), and avresample_get_class().
 1.8.17