[FFmpeg-cvslog] r16413 - trunk/libavcodec/avcodec.h
michael
subversion
Sat Jan 3 18:58:25 CET 2009
Author: michael
Date: Sat Jan 3 18:58:25 2009
New Revision: 16413
Log:
Future doxy for a few fields of AVSubtitleRect.
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Sat Jan 3 18:54:48 2009 (r16412)
+++ trunk/libavcodec/avcodec.h Sat Jan 3 18:58:25 2009 (r16413)
@@ -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;
More information about the ffmpeg-cvslog
mailing list