FFmpeg  2.8.10
Data Fields
AVSubtitleRect Struct Reference

#include <avcodec.h>

Data Fields

int x
 top left corner of pict, undefined when pict is not set More...
 
int y
 top left corner of pict, undefined when pict is not set More...
 
int w
 width of pict, undefined when pict is not set More...
 
int h
 height of pict, undefined when pict is not set More...
 
int nb_colors
 number of colors in pict, undefined when pict is not set More...
 
AVPicture pict
 data+linesize for the bitmap of this subtitle. More...
 
enum AVSubtitleType type
 
char * text
 0 terminated plain UTF-8 text More...
 
char * ass
 0 terminated ASS/SSA compatible event line. More...
 
int flags
 

Detailed Description

Definition at line 3773 of file avcodec.h.

Field Documentation

int AVSubtitleRect::x

top left corner of pict, undefined when pict is not set

Definition at line 3774 of file avcodec.h.

int AVSubtitleRect::y

top left corner of pict, undefined when pict is not set

Definition at line 3775 of file avcodec.h.

int AVSubtitleRect::w

width of pict, undefined when pict is not set

Definition at line 3776 of file avcodec.h.

int AVSubtitleRect::h

height of pict, undefined when pict is not set

Definition at line 3777 of file avcodec.h.

int AVSubtitleRect::nb_colors

number of colors in pict, undefined when pict is not set

Definition at line 3778 of file avcodec.h.

AVPicture AVSubtitleRect::pict

data+linesize for the bitmap of this subtitle.

can be set for text/ass as well once they are rendered

Definition at line 3784 of file avcodec.h.

enum AVSubtitleType AVSubtitleRect::type

Definition at line 3785 of file avcodec.h.

char* AVSubtitleRect::text

0 terminated plain UTF-8 text

Definition at line 3787 of file avcodec.h.

char* AVSubtitleRect::ass

0 terminated ASS/SSA compatible event line.

The presentation of this is unaffected by the other values in this struct.

Definition at line 3794 of file avcodec.h.

int AVSubtitleRect::flags

Definition at line 3796 of file avcodec.h.


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