summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-21 18:46:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-21 18:46:17 +0000
commit19935f69bd53ab35008d0a7359410609f882b9f7 (patch)
tree27f2e9b914b68eeac257b20aee68623a75634e55 /libvo/gl_common.h
parentd9d16656b2d1a4f87d0e8511d2fa2f95dfbdb6b5 (diff)
downloadmpv-19935f69bd53ab35008d0a7359410609f882b9f7.tar.bz2
mpv-19935f69bd53ab35008d0a7359410609f882b9f7.tar.xz
minor fixes: get rid of pointless inline attributes and some additional checks
fo ppm reading git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18176 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 2c84190fb8..7f7c1c8db6 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -228,8 +228,8 @@ void glSetupYUVConversion(GLenum target, int type,
float brightness, float contrast,
float hue, float saturation,
float rgamma, float ggamma, float bgamma);
-void inline glEnableYUVConversion(GLenum target, int type);
-void inline glDisableYUVConversion(GLenum target, int type);
+void glEnableYUVConversion(GLenum target, int type);
+void glDisableYUVConversion(GLenum target, int type);
/** \addtogroup glcontext
* \{ */