32 "Invalid number of channels %d, must be exactly 6\n",
39 "Invalid sample rate %d, must be 96000\n",
62 .p.extensions =
"302",
void avio_wb16(AVIOContext *s, unsigned int val)
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
static int daud_init(struct AVFormatContext *s)
@ AV_CODEC_ID_PCM_S24DAUD
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#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....
int nb_channels
Number of channels in this layout.
This struct describes the properties of an encoded stream.
AVChannelLayout ch_layout
The channel layout and number of channels.
int sample_rate
The number of audio samples per second.
This structure stores compressed data.