#include <rubberband/rubberband-c.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "internal.h"
 
Go to the source code of this file.
◆ OFFSET
◆ AT
◆ AVFILTER_DEFINE_CLASS()
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          rubberband  | 
           | ) | 
           | 
        
      
 
 
◆ uninit()
◆ query_formats()
◆ filter_frame()
◆ config_input()
◆ activate()
◆ process_command()
  
  
      
        
          | static int process_command  | 
          ( | 
          AVFilterContext *  | 
          ctx,  | 
         
        
           | 
           | 
          const char *  | 
          cmd,  | 
         
        
           | 
           | 
          const char *  | 
          args,  | 
         
        
           | 
           | 
          char *  | 
          res,  | 
         
        
           | 
           | 
          int  | 
          res_len,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ rubberband_options
◆ rubberband_inputs
Initial value:= {
    {
        .name          = "default",
    },
}
 
Definition at line 220 of file af_rubberband.c.
 
 
◆ rubberband_outputs
Initial value:= {
    {
        .name          = "default",
    },
}
 
Definition at line 229 of file af_rubberband.c.
 
 
◆ ff_af_rubberband
Initial value:= {
    .name          = "rubberband",
    .priv_class    = &rubberband_class,
}
 
Definition at line 237 of file af_rubberband.c.
 
 
 
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)