Changeset 2769
- Timestamp:
- Aug 25, 2008, 9:14:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/pipi_internals.h
r2756 r2769 32 32 int wrap, u8; 33 33 34 pipi_format_t codec_format, last_modified; 34 /* Translation vectors for wrap around and tiling. */ 35 int wrapx1, wrapy1, wrapx2, wrapy2; 35 36 36 /* List of all possible pixel formats */37 /* List of all possible pixel formats and the last active one. */ 37 38 pipi_pixels_t p[PIPI_PIXELS_MAX]; 39 pipi_format_t last_modified; 38 40 39 41 /* Private data used by the codec */ 42 pipi_format_t codec_format; 40 43 void *codec_priv; 41 44 };
Note: See TracChangeset
for help on using the changeset viewer.