Mercurial > libavcodec.hg
changeset 8513:1d2c018a7ac7 libavcodec
Future doxy for a few fields of AVSubtitleRect.
author | michael |
---|---|
date | Sat, 03 Jan 2009 17:58:25 +0000 |
parents | aa45029f5cd7 |
children | b866cb2a5330 |
files | avcodec.h |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sat Jan 03 17:54:48 2009 +0000 +++ b/avcodec.h Sat Jan 03 17:58:25 2009 +0000 @@ -2394,11 +2394,11 @@ }; 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;