#include "avformat.h"
#include "rawenc.h"
Go to the source code of this file.
Defines |
| #define | PCMDEF(name, long_name, ext, codec) |
Define Documentation
Value: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,\
};
Definition at line 25 of file pcmenc.c.