| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Functions | |
| int | swr_config_frame (SwrContext *s, const AVFrame *out, const AVFrame *in) | 
| Configure or reconfigure the SwrContext using the information provided by the AVFrames.  More... | |
| static int | config_changed (SwrContext *s, const AVFrame *out, const AVFrame *in) | 
| static int | convert_frame (SwrContext *s, AVFrame *out, const AVFrame *in) | 
| static int | available_samples (AVFrame *out) | 
| int | swr_convert_frame (SwrContext *s, AVFrame *out, const AVFrame *in) | 
| Convert the samples in the input AVFrame and write them to the output AVFrame.  More... | |
      
  | 
  static | 
Definition at line 54 of file swresample_frame.c.
Referenced by swr_convert_frame().
      
  | 
  inlinestatic | 
Definition at line 78 of file swresample_frame.c.
Referenced by swr_convert_frame().
      
  | 
  inlinestatic | 
Definition at line 110 of file swresample_frame.c.
Referenced by swr_convert_frame().
 1.8.6