FFmpeg
Functions | Variables
jacosubenc.c File Reference
#include "avformat.h"
#include "mux.h"
#include "rawenc.h"

Go to the source code of this file.

Functions

static int jacosub_write_header (AVFormatContext *s)
 

Variables

const FFOutputFormat ff_jacosub_muxer
 

Function Documentation

◆ jacosub_write_header()

static int jacosub_write_header ( AVFormatContext s)
static

Definition at line 23 of file jacosubenc.c.

Variable Documentation

◆ ff_jacosub_muxer

const FFOutputFormat ff_jacosub_muxer
Initial value:
= {
.p.name = "jacosub",
.p.long_name = NULL_IF_CONFIG_SMALL("JACOsub subtitle format"),
.p.mime_type = "text/x-jacosub",
.p.extensions = "jss,js",
.p.flags = AVFMT_TS_NONSTRICT,
.p.video_codec = AV_CODEC_ID_NONE,
.p.audio_codec = AV_CODEC_ID_NONE,
.p.subtitle_codec = AV_CODEC_ID_JACOSUB,
.flags_internal = FF_OFMT_FLAG_MAX_ONE_OF_EACH |
.write_header = jacosub_write_header,
.write_packet = ff_raw_write_packet,
}

Definition at line 33 of file jacosubenc.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
AV_CODEC_ID_JACOSUB
@ AV_CODEC_ID_JACOSUB
Definition: codec_id.h:561
ff_raw_write_packet
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawenc.c:31
jacosub_write_header
static int jacosub_write_header(AVFormatContext *s)
Definition: jacosubenc.c:23
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
AVFMT_TS_NONSTRICT
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:491