#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <libavutil/channel_layout.h>
#include <libavutil/md5.h>
#include <libavutil/mem.h>
#include <libavutil/opt.h>
#include <libavutil/samplefmt.h>
#include <libavfilter/avfilter.h>
#include <libavfilter/buffersink.h>
#include <libavfilter/buffersrc.h>
Go to the source code of this file.
◆ INPUT_SAMPLERATE
      
        
          | #define INPUT_SAMPLERATE   48000 | 
      
 
 
◆ INPUT_FORMAT
◆ INPUT_CHANNEL_LAYOUT
◆ VOLUME_VAL
◆ FRAME_SIZE
◆ init_filter_graph()
◆ process_output()
  
  | 
        
          | static int process_output | ( | struct AVMD5 * | md5, |  
          |  |  | AVFrame * | frame |  
          |  | ) |  |  |  | static | 
 
 
◆ get_input()
  
  | 
        
          | static int get_input | ( | AVFrame * | frame, |  
          |  |  | int | frame_num |  
          |  | ) |  |  |  | static | 
 
 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char * | argv[] | 
        
          |  | ) |  |  |