FFmpeg
|
Include dependency graph for idroqenc.c:
Go to the source code of this file.
Functions | |
static int | roq_write_header (struct AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_roq_muxer |
Function Documentation
|
static |
Definition at line 26 of file idroqenc.c.
Variable Documentation
AVOutputFormat ff_roq_muxer |
Initial value:
= {
.name = "roq",
.long_name = NULL_IF_CONFIG_SMALL("raw id RoQ"),
.extensions = "roq",
.audio_codec = AV_CODEC_ID_ROQ_DPCM,
.video_codec = AV_CODEC_ID_ROQ,
.write_header = roq_write_header,
.write_packet = ff_raw_write_packet,
}
Definition: libavcodec/avcodec.h:375
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:141
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawenc.c:26
Definition at line 38 of file idroqenc.c.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11