FFmpeg
Functions | Variables
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,
}

Definition at line 63 of file idroqenc.c.

FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
#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
ff_raw_write_packet
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawenc.c:31
AV_CODEC_ID_ROQ_DPCM
@ AV_CODEC_ID_ROQ_DPCM
Definition: codec_id.h:429
AV_CODEC_ID_ROQ
@ AV_CODEC_ID_ROQ
Definition: codec_id.h:90
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:94
AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: codec_id.h:50
FF_OFMT_FLAG_MAX_ONE_OF_EACH
#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
roq_write_header
static int roq_write_header(struct AVFormatContext *s)
Definition: idroqenc.c:27