[MPlayer-cvslog] r23237 - trunk/libmpcodecs/vf_geq.c

diego subversion at mplayerhq.hu
Sat May 5 14:45:32 CEST 2007


Author: diego
Date: Sat May  5 14:45:32 2007
New Revision: 23237

Log:
Fix "inline keyword not at beginning of declaration" warning.


Modified:
   trunk/libmpcodecs/vf_geq.c

Modified: trunk/libmpcodecs/vf_geq.c
==============================================================================
--- trunk/libmpcodecs/vf_geq.c	(original)
+++ trunk/libmpcodecs/vf_geq.c	Sat May  5 14:45:32 2007
@@ -79,7 +79,7 @@ static void get_image(struct vf_instance
     mpi->flags|=MP_IMGFLAG_DIRECT;
 }
 
-static double inline getpix(struct vf_instance_s* vf, double x, double y, int plane){
+static inline double getpix(struct vf_instance_s* vf, double x, double y, int plane){
     int xi, yi;
     mp_image_t *mpi= vf->priv->mpi;
     int stride= mpi->stride[plane];



More information about the MPlayer-cvslog mailing list