#include <stdint.h>
#include "avformat.h"
#include "caf.h"
#include "isom.h"
#include "avio_internal.h"
#include "mux.h"
#include "libavutil/intfloat.h"
#include "libavutil/dict.h"
#include "libavutil/mem.h"
Go to the source code of this file.
◆ FRAME_SIZE_OFFSET
| #define FRAME_SIZE_OFFSET 40 |
◆ codec_flags()
| static uint32_t codec_flags |
( |
enum AVCodecID | codec_id | ) |
|
|
static |
◆ samples_per_packet()
◆ caf_write_init()
◆ caf_write_header()
◆ put_variable_length_num()
| static uint8_t * put_variable_length_num |
( |
uint8_t * | buf, |
|
|
uint32_t | num ) |
|
static |
◆ caf_write_packet()
◆ caf_write_trailer()
< mNumberPackets
< mNumberValidFrames
< mPrimingFrames
< mRemainderFrames
Definition at line 279 of file cafenc.c.
◆ caf_write_deinit()
◆ ff_caf_muxer
Initial value:= {
.p.name = "caf",
.p.mime_type = "audio/x-caf",
.p.extensions = "caf",
}
const AVCodecTag *const ff_caf_codec_tags_list[]
static void caf_write_deinit(AVFormatContext *s)
static int caf_write_packet(AVFormatContext *s, AVPacket *pkt)
static int caf_write_trailer(AVFormatContext *s)
static int caf_write_header(AVFormatContext *s)
static int caf_write_init(struct AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
Definition at line 321 of file cafenc.c.