Libav 0.7.1
|
Go to the source code of this file.
Defines | |
#define | PCMDEF(name, long_name, ext, codec) |
#define PCMDEF | ( | name, | |
long_name, | |||
ext, | |||
codec | |||
) |
AVOutputFormat ff_pcm_ ## name ## _muxer = {\ #name,\ NULL_IF_CONFIG_SMALL(long_name),\ NULL,\ ext,\ 0,\ codec,\ CODEC_ID_NONE,\ NULL,\ ff_raw_write_packet,\ .flags= AVFMT_NOTIMESTAMPS,\ };