FFmpeg  2.4.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 3391 of file avcodec.h.

Field Documentation

int AVSubtitleRect::x

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

Definition at line 3392 of file avcodec.h.

int AVSubtitleRect::y

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

Definition at line 3393 of file avcodec.h.

int AVSubtitleRect::w

width of pict, undefined when pict is not set

Definition at line 3394 of file avcodec.h.

int AVSubtitleRect::h

height of pict, undefined when pict is not set

Definition at line 3395 of file avcodec.h.

int AVSubtitleRect::nb_colors

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

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

enum AVSubtitleType AVSubtitleRect::type

Definition at line 3403 of file avcodec.h.

char* AVSubtitleRect::text

0 terminated plain UTF-8 text

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

int AVSubtitleRect::flags

Definition at line 3414 of file avcodec.h.


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