Go to the source code of this file.
◆ 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 239 of file cafenc.c.
◆ ff_caf_muxer
Initial value:= {
.name = "caf",
.mime_type = "audio/x-caf",
.extensions = "caf",
}
const AVCodecTag *const ff_caf_codec_tags_list[]
static int caf_write_packet(AVFormatContext *s, AVPacket *pkt)
static int caf_write_trailer(AVFormatContext *s)
static int caf_write_header(AVFormatContext *s)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void write_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int write_trailer(AVFormatContext *s1)
Definition at line 266 of file cafenc.c.