Commit 1fa01d8a authored by michael's avatar michael

Future doxy for a few fields of AVSubtitleRect.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16413 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37c4a8cb
......@@ -2394,11 +2394,11 @@ enum AVSubtitleType {
};
typedef struct AVSubtitleRect {
uint16_t x;
uint16_t y;
uint16_t w;
uint16_t h;
uint16_t nb_colors;
uint16_t x; ///< top left corner of pict, undefined when pict is not set
uint16_t y; ///< top left corner of pict, undefined when pict is not set
uint16_t w; ///< width of pict, undefined when pict is not set
uint16_t h; ///< height of pict, undefined when pict is not set
uint16_t nb_colors; ///< number of colors in pict, undefined when pict is not set
int linesize;
uint32_t *rgba_palette;
uint8_t *bitmap;
......
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