Go to the source code of this file.
      
        
          | #define ADTS_HEADER_SIZE   7 | 
        
      
 
 
      
        
          | #define ADTS_MAX_FRAME_BYTES   ((1 << 13) - 1) | 
        
      
 
 
  
  
      
        
          | static int adts_write_frame_header  | 
          ( | 
          ADTSContext *  | 
          ctx,  | 
         
        
           | 
           | 
          uint8_t *  | 
          buf,  | 
         
        
           | 
           | 
          int  | 
          size,  | 
         
        
           | 
           | 
          int  | 
          pce_size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .class_name     = "ADTS muxer",
}
#define LIBAVUTIL_VERSION_INT
 
static const AVOption options[]
 
 
Definition at line 191 of file adtsenc.c.
 
 
Initial value:= {
    .name              = "adts",
    .mime_type         = "audio/aac",
    .extensions        = "aac,adts",
}
static int adts_write_packet(AVFormatContext *s, AVPacket *pkt)
 
static int adts_write_header(AVFormatContext *s)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int write_trailer(AVFormatContext *s1)
 
static const AVClass adts_muxer_class
 
static void write_header(FFV1Context *f)
 
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
 
static int adts_write_trailer(AVFormatContext *s)
 
 
Definition at line 198 of file adtsenc.c.