summaryrefslogtreecommitdiffstats
path: root/gui/bitmap.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-02 16:24:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-02 16:24:23 +0000
commit14fc62d1176284a5e45b49b1467143ee55e86d2c (patch)
treef96838acabfac3c4faaac3ff01f19c9607b09347 /gui/bitmap.h
parent4b0fd35ac20dffa6fbc68953becbe030eb408403 (diff)
downloadmpv-14fc62d1176284a5e45b49b1467143ee55e86d2c.tar.bz2
mpv-14fc62d1176284a5e45b49b1467143ee55e86d2c.tar.xz
Make functions and variables not used outside bitmap.c static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23214 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/bitmap.h')
-rw-r--r--gui/bitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/bitmap.h b/gui/bitmap.h
index 28b98ef9f9..94bc07546c 100644
--- a/gui/bitmap.h
+++ b/gui/bitmap.h
@@ -11,8 +11,6 @@ typedef struct _txSample
} txSample;
int bpRead( char * fname, txSample * bf );
-int conv24to32( txSample * bf );
void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
-void Convert1to32( txSample * in,txSample * out );
#endif /* __BITMAP_H */