Commit 350d41c8 authored by michael's avatar michael

Add type, text and ass to AVSubtitleRect.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1fb0f74d
......@@ -2405,6 +2405,16 @@ typedef struct AVSubtitleRect {
* can be set for text/ass as well once they where rendered
*/
AVPicture pict;
enum AVSubtitleType type;
char *text; ///< 0 terminated plain UTF-8 text
/**
* 0 terminated ASS/SSA compatible event line.
* The pressentation of this is unaffected by the other values in this
* struct.
*/
char *ass;
} AVSubtitleRect;
typedef struct AVSubtitle {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment