| 
    FFmpeg
    
   | 
 
#include "avformat.h"#include "caf.h"#include "isom.h"#include "avio_internal.h"#include "libavutil/intfloat.h"#include "libavutil/dict.h"Go to the source code of this file.
Data Structures | |
| struct | CAFContext | 
Functions | |
| static uint32_t | codec_flags (enum AVCodecID codec_id) | 
| static uint32_t | samples_per_packet (enum AVCodecID codec_id, int channels) | 
| static int | caf_write_header (AVFormatContext *s) | 
| static int | caf_write_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | caf_write_trailer (AVFormatContext *s) | 
Variables | |
| AVOutputFormat | ff_caf_muxer | 
      
  | 
  static | 
Definition at line 37 of file cafenc.c.
Referenced by caf_write_header().
      
  | 
  static | 
Definition at line 54 of file cafenc.c.
Referenced by caf_write_header(), and caf_write_trailer().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
| AVOutputFormat ff_caf_muxer | 
 1.8.2