summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 17:04:24 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 17:04:24 +0000
commit13d89cd03d6d74967205ad1d81f03b93db246ff6 (patch)
tree824cfcb7db2798a6951903a5dc5396d6b974b0f9 /Gui/bitmap.h
parentd9beced7e677d7c394bb9d30f3f2803309ba04c6 (diff)
downloadmpv-13d89cd03d6d74967205ad1d81f03b93db246ff6.tar.bz2
mpv-13d89cd03d6d74967205ad1d81f03b93db246ff6.tar.xz
some fixes and bigendian fix for 32bpp pngs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10169 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/bitmap.h')
-rw-r--r--Gui/bitmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
index ce8bbaed3c..5b4075a7e7 100644
--- a/Gui/bitmap.h
+++ b/Gui/bitmap.h
@@ -1,5 +1,5 @@
-#ifndef __MYSAMPLE
-#define __MYSAMPLE
+#ifndef __BITMAP_H
+#define __BITMAP_H
typedef struct _txSample
{
@@ -15,4 +15,4 @@ extern int conv24to32( txSample * bf );
extern void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
extern void Convert1to32( txSample * in,txSample * out );
-#endif
+#endif /* __BITMAP_H */