#include "avformat.h"
#include "mux.h"
Go to the source code of this file.
◆ daud_init()
◆ daud_write_packet()
◆ ff_daud_muxer
Initial value:= {
.p.name = "daud",
.p.extensions = "302",
}
static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
static int daud_init(struct AVFormatContext *s)
@ AV_CODEC_ID_PCM_S24DAUD
#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....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
Definition at line 59 of file daudenc.c.