FFmpeg
Functions | Variables
subviewerdec.c File Reference
#include "avcodec.h"
#include "ass.h"
#include "codec_internal.h"
#include "libavutil/bprint.h"

Go to the source code of this file.

Functions

static int subviewer_event_to_ass (AVBPrint *buf, const char *p)
 
static int subviewer_decode_frame (AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt)
 

Variables

const FFCodec ff_subviewer_decoder
 

Detailed Description

SubViewer subtitle decoder

See also
https://en.wikipedia.org/wiki/SubViewer

Definition in file subviewerdec.c.

Function Documentation

◆ subviewer_event_to_ass()

static int subviewer_event_to_ass ( AVBPrint *  buf,
const char *  p 
)
static

Definition at line 32 of file subviewerdec.c.

Referenced by subviewer_decode_frame().

◆ subviewer_decode_frame()

static int subviewer_decode_frame ( AVCodecContext avctx,
AVSubtitle sub,
int got_sub_ptr,
const AVPacket avpkt 
)
static

Definition at line 50 of file subviewerdec.c.

Variable Documentation

◆ ff_subviewer_decoder

const FFCodec ff_subviewer_decoder
Initial value:
= {
.p.name = "subviewer",
CODEC_LONG_NAME("SubViewer subtitle"),
.priv_data_size = sizeof(FFASSDecoderContext),
}

Definition at line 68 of file subviewerdec.c.

AVMEDIA_TYPE_SUBTITLE
@ AVMEDIA_TYPE_SUBTITLE
Definition: avutil.h:204
ff_ass_subtitle_header_default
int ff_ass_subtitle_header_default(AVCodecContext *avctx)
Generate a suitable AVCodecContext.subtitle_header for SUBTITLE_ASS with default style.
Definition: ass.c:98
AV_CODEC_ID_SUBVIEWER
@ AV_CODEC_ID_SUBVIEWER
Definition: codec_id.h:566
CODEC_LONG_NAME
#define CODEC_LONG_NAME(str)
Definition: codec_internal.h:272
ff_ass_decoder_flush
void ff_ass_decoder_flush(AVCodecContext *avctx)
Helper to flush a text subtitles decoder making use of the FFASSDecoderContext.
Definition: ass.c:166
FF_CODEC_DECODE_SUB_CB
#define FF_CODEC_DECODE_SUB_CB(func)
Definition: codec_internal.h:290
subviewer_decode_frame
static int subviewer_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt)
Definition: subviewerdec.c:50
FFASSDecoderContext
Definition: ass.h:46