FFmpeg
Data Fields
AssContext Struct Reference

Data Fields

const AVClassclass
 
ASS_Library * library
 
ASS_Renderer * renderer
 
ASS_Track * track
 
char * filename
 
char * fontsdir
 
char * charenc
 
char * force_style
 
int stream_index
 
int alpha
 
uint8_t rgba_map [4]
 
int pix_step [4]
 steps per pixel for each plane of the main output More...
 
int original_w
 
int original_h
 
int shaping
 
FFDrawContext draw
 
int wrap_unicode
 

Detailed Description

Definition at line 49 of file vf_subtitles.c.

Field Documentation

◆ class

const AVClass* AssContext::class

Definition at line 50 of file vf_subtitles.c.

◆ library

ASS_Library* AssContext::library

Definition at line 51 of file vf_subtitles.c.

Referenced by init(), and uninit().

◆ renderer

ASS_Renderer* AssContext::renderer

Definition at line 52 of file vf_subtitles.c.

Referenced by config_input(), filter_frame(), init(), and uninit().

◆ track

ASS_Track* AssContext::track

Definition at line 53 of file vf_subtitles.c.

Referenced by filter_frame(), and uninit().

◆ filename

char* AssContext::filename

Definition at line 54 of file vf_subtitles.c.

Referenced by init().

◆ fontsdir

char* AssContext::fontsdir

Definition at line 55 of file vf_subtitles.c.

Referenced by init().

◆ charenc

char* AssContext::charenc

Definition at line 56 of file vf_subtitles.c.

◆ force_style

char* AssContext::force_style

Definition at line 57 of file vf_subtitles.c.

◆ stream_index

int AssContext::stream_index

Definition at line 58 of file vf_subtitles.c.

◆ alpha

int AssContext::alpha

Definition at line 59 of file vf_subtitles.c.

Referenced by config_input().

◆ rgba_map

uint8_t AssContext::rgba_map[4]

Definition at line 60 of file vf_subtitles.c.

◆ pix_step

int AssContext::pix_step[4]

steps per pixel for each plane of the main output

Definition at line 61 of file vf_subtitles.c.

◆ original_w

int AssContext::original_w

Definition at line 62 of file vf_subtitles.c.

Referenced by config_input().

◆ original_h

int AssContext::original_h

Definition at line 62 of file vf_subtitles.c.

Referenced by config_input().

◆ shaping

int AssContext::shaping

Definition at line 63 of file vf_subtitles.c.

Referenced by config_input().

◆ draw

FFDrawContext AssContext::draw

Definition at line 64 of file vf_subtitles.c.

Referenced by config_input(), and overlay_ass_image().

◆ wrap_unicode

int AssContext::wrap_unicode

Definition at line 65 of file vf_subtitles.c.


The documentation for this struct was generated from the following file: