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

Go to the source code of this file.

Functions

static int jacosub_write_header (AVFormatContext *s)
 

Variables

const AVOutputFormat ff_jacosub_muxer
 

Function Documentation

◆ jacosub_write_header()

static int jacosub_write_header ( AVFormatContext s)
static

Definition at line 22 of file jacosubenc.c.

Variable Documentation

◆ ff_jacosub_muxer

const AVOutputFormat ff_jacosub_muxer
Initial value:
= {
.name = "jacosub",
.long_name = NULL_IF_CONFIG_SMALL("JACOsub subtitle format"),
.mime_type = "text/x-jacosub",
.extensions = "jss,js",
.write_header = jacosub_write_header,
.write_packet = ff_raw_write_packet,
.subtitle_codec = AV_CODEC_ID_JACOSUB,
}

Definition at line 32 of file jacosubenc.c.

AV_CODEC_ID_JACOSUB
@ AV_CODEC_ID_JACOSUB
Definition: codec_id.h:533
ff_raw_write_packet
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawenc.c:29
jacosub_write_header
static int jacosub_write_header(AVFormatContext *s)
Definition: jacosubenc.c:22
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:117
AVFMT_TS_NONSTRICT
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:485