FFmpeg  2.5.7
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 3445 of file avcodec.h.

Field Documentation

int AVSubtitleRect::x

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

Definition at line 3446 of file avcodec.h.

int AVSubtitleRect::y

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

Definition at line 3447 of file avcodec.h.

int AVSubtitleRect::w

width of pict, undefined when pict is not set

Definition at line 3448 of file avcodec.h.

int AVSubtitleRect::h

height of pict, undefined when pict is not set

Definition at line 3449 of file avcodec.h.

int AVSubtitleRect::nb_colors

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

Definition at line 3450 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 where rendered

Definition at line 3456 of file avcodec.h.

enum AVSubtitleType AVSubtitleRect::type

Definition at line 3457 of file avcodec.h.

char* AVSubtitleRect::text

0 terminated plain UTF-8 text

Definition at line 3459 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 3466 of file avcodec.h.

int AVSubtitleRect::flags

Definition at line 3468 of file avcodec.h.


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