Mercurial > mplayer.hg
comparison gui/bitmap.h @ 23196:019bfce0c0dc
Make functions and variables not used outside bitmap.c static
author | reimar |
---|---|
date | Wed, 02 May 2007 16:24:23 +0000 |
parents | 41bbba7c3850 |
children | f15bce7943b9 |
comparison
equal
deleted
inserted
replaced
23195:c627c0ec88cf | 23196:019bfce0c0dc |
---|---|
9 unsigned long ImageSize; | 9 unsigned long ImageSize; |
10 char * Image; | 10 char * Image; |
11 } txSample; | 11 } txSample; |
12 | 12 |
13 int bpRead( char * fname, txSample * bf ); | 13 int bpRead( char * fname, txSample * bf ); |
14 int conv24to32( txSample * bf ); | |
15 void Convert32to1( txSample * in,txSample * out,int adaptivlimit ); | 14 void Convert32to1( txSample * in,txSample * out,int adaptivlimit ); |
16 void Convert1to32( txSample * in,txSample * out ); | |
17 | 15 |
18 #endif /* __BITMAP_H */ | 16 #endif /* __BITMAP_H */ |