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, int block_align) |
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(), and set_encoder_id().
|
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 |