FFmpeg
Loading...
Searching...
No Matches
idroqenc.c File Reference
#include "avformat.h"
#include "mux.h"
#include "rawenc.h"

Go to the source code of this file.

Functions

static int roq_write_header (struct AVFormatContext *s)
 

Variables

const FFOutputFormat ff_roq_muxer
 

Function Documentation

◆ roq_write_header()

static int roq_write_header ( struct AVFormatContext * s)
static

Definition at line 27 of file idroqenc.c.

Variable Documentation

◆ ff_roq_muxer

const FFOutputFormat ff_roq_muxer
Initial value:
= {
.p.name = "roq",
.p.long_name = NULL_IF_CONFIG_SMALL("raw id RoQ"),
.p.extensions = "roq",
.p.audio_codec = AV_CODEC_ID_ROQ_DPCM,
.p.video_codec = AV_CODEC_ID_ROQ,
.p.subtitle_codec = AV_CODEC_ID_NONE,
.flags_internal = FF_OFMT_FLAG_MAX_ONE_OF_EACH |
.write_header = roq_write_header,
.write_packet = ff_raw_write_packet,
}
@ AV_CODEC_ID_NONE
Definition codec_id.h:48
@ AV_CODEC_ID_ROQ_DPCM
Definition codec_id.h:442
@ AV_CODEC_ID_ROQ
Definition codec_id.h:88
static int roq_write_header(struct AVFormatContext *s)
Definition idroqenc.c:27
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition rawenc.c:31
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
#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....
Definition mux.h:50
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
Definition mux.h:59

Definition at line 63 of file idroqenc.c.