Mercurial > mplayer.hg
annotate Gui/bitmap/bmp/bmp.h @ 5281:88df6d5f6ce7
Aspect code reenabled, apparently users didn't like running movies
hi-res ;)
author | mswitch |
---|---|
date | Sat, 23 Mar 2002 18:16:22 +0000 |
parents | dee4b2ea5e5b |
children |
rev | line source |
---|---|
1693 | 1 |
2 #ifndef __MY_BMP | |
3 #define __MY_BMP | |
4 | |
5 #include "../bitmap.h" | |
6 | |
7 /* | |
8 0.1 : BMP type. | |
9 2.5 : File size. | |
10 6.7 : Res. | |
11 8.9 : Res. | |
12 10.13 : Offset of bitmap. | |
13 14.17 : Header size. | |
14 18.21 : X size. | |
15 22.25 : Y size. | |
16 26.27 : Number of planes. | |
17 28.29 : Number of bits per pixel. | |
18 30.33 : Compression flag. | |
19 34.37 : Image data size in bytes. | |
20 38.41 : Res | |
21 42.45 : Res | |
22 46.49 : Res | |
23 50.53 : Res | |
24 */ | |
25 | |
26 extern int bmpRead( unsigned char * fname,txSample * bF ); | |
27 | |
1991
dee4b2ea5e5b
add gui support to config scripts, and fixed some warning.
pontscho
parents:
1693
diff
changeset
|
28 #endif |