FFmpeg
|
pcmenc.c File Reference
Include dependency graph for pcmenc.c:
Go to the source code of this file.
Macros | |
#define | PCMDEF(name_, long_name_, ext, codec) |
Macro Definition Documentation
#define PCMDEF | ( | name_, | |
long_name_, | |||
ext, | |||
codec | |||
) |
Value:
AVOutputFormat ff_pcm_ ## name_ ## _muxer = { \
.name = #name_, \
.long_name = NULL_IF_CONFIG_SMALL(long_name_), \
.extensions = ext, \
.audio_codec = codec, \
.video_codec = AV_CODEC_ID_NONE, \
.write_packet = ff_raw_write_packet, \
.flags = AVFMT_NOTIMESTAMPS, \
};
Definition: libavcodec/avcodec.h:100
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawenc.c:26
Definition: avformat.h:377
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11