FFmpeg
Data Structures | Functions | Variables
sccenc.c File Reference
#include "avformat.h"
#include "internal.h"
#include "libavutil/log.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Data Structures

struct  SCCContext
 

Functions

static int scc_write_header (AVFormatContext *avf)
 
static int scc_write_packet (AVFormatContext *avf, AVPacket *pkt)
 

Variables

const AVOutputFormat ff_scc_muxer
 

Function Documentation

◆ scc_write_header()

static int scc_write_header ( AVFormatContext avf)
static

Definition at line 33 of file sccenc.c.

◆ scc_write_packet()

static int scc_write_packet ( AVFormatContext avf,
AVPacket pkt 
)
static

Definition at line 58 of file sccenc.c.

Variable Documentation

◆ ff_scc_muxer

const AVOutputFormat ff_scc_muxer
Initial value:
= {
.name = "scc",
.long_name = NULL_IF_CONFIG_SMALL("Scenarist Closed Captions"),
.extensions = "scc",
.priv_data_size = sizeof(SCCContext),
.subtitle_codec = AV_CODEC_ID_EIA_608,
}

Definition at line 114 of file sccenc.c.

AV_CODEC_ID_EIA_608
@ AV_CODEC_ID_EIA_608
Definition: codec_id.h:532
scc_write_packet
static int scc_write_packet(AVFormatContext *avf, AVPacket *pkt)
Definition: sccenc.c:58
AVFMT_VARIABLE_FPS
#define AVFMT_VARIABLE_FPS
Format allows variable fps.
Definition: avformat.h:478
SCCContext
Definition: sccdec.c:29
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
write_packet
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
Definition: ffmpeg.c:727
AVFMT_GLOBALHEADER
#define AVFMT_GLOBALHEADER
Format wants global header.
Definition: avformat.h:474
AVFMT_TS_NONSTRICT
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:485
scc_write_header
static int scc_write_header(AVFormatContext *avf)
Definition: sccenc.c:33
flags
#define flags(name, subs,...)
Definition: cbs_av1.c:561
write_header
static void write_header(FFV1Context *f)
Definition: ffv1enc.c:347