#include "avformat.h"
#include "caf.h"
#include "isom.h"
#include "avio_internal.h"
#include "mux.h"
#include "libavutil/intfloat.h"
#include "libavutil/dict.h"
 
Go to the source code of this file.
◆ FRAME_SIZE_OFFSET
      
        
          | #define FRAME_SIZE_OFFSET   40 | 
        
      
 
 
◆ codec_flags()
  
  
      
        
          | static uint32_t codec_flags  | 
          ( | 
          enum AVCodecID  | 
          codec_id | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ samples_per_packet()
  
  
      
        
          | static uint32_t samples_per_packet  | 
          ( | 
          enum AVCodecID  | 
          codec_id,  | 
         
        
           | 
           | 
          int  | 
          channels,  | 
         
        
           | 
           | 
          int  | 
          block_align  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ caf_write_header()
◆ caf_write_packet()
◆ caf_write_trailer()
< mNumberPackets
< mNumberValidFrames
< mPrimingFrames
< mRemainderFrames
Definition at line 238 of file cafenc.c.
 
 
◆ ff_caf_muxer
Initial value:= {
    .name           = "caf",
    .mime_type      = "audio/x-caf",
    .extensions     = "caf",
}
 
Definition at line 270 of file cafenc.c.