Go to the source code of this file.
static uint32_t codec_flags |
( |
enum AVCodecID |
codec_id | ) |
|
|
static |
static uint32_t samples_per_packet |
( |
enum AVCodecID |
codec_id, |
|
|
int |
channels, |
|
|
int |
block_align |
|
) |
| |
|
static |
< mNumberPackets
< mNumberValidFrames
< mPrimingFrames
< mRemainderFrames
Definition at line 231 of file cafenc.c.
Initial value:= {
.name = "caf",
.mime_type = "audio/x-caf",
.extensions = "caf",
}
static int caf_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 int caf_write_packet(AVFormatContext *s, AVPacket *pkt)
static int caf_write_trailer(AVFormatContext *s)
static void write_header(FFV1Context *f)
const AVCodecTag ff_codec_caf_tags[]
Known codec tags for CAF.
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 259 of file cafenc.c.