diff libmpcodecs/vf_rgbtest.c @ 32702:7af3e6f901fd

Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
author cehoyos
date Fri, 14 Jan 2011 22:10:21 +0000
parents 92f88bb315c5
children
line wrap: on
line diff
--- a/libmpcodecs/vf_rgbtest.c	Fri Jan 14 13:36:48 2011 +0000
+++ b/libmpcodecs/vf_rgbtest.c	Fri Jan 14 22:10:21 2011 +0000
@@ -49,7 +49,7 @@
     case IMGFMT_BGR24:
     case IMGFMT_BGRA:
     case IMGFMT_ABGR:
-	return outfmt;
+        return outfmt;
     }
     return 0;
 }
@@ -105,7 +105,7 @@
 
 static int config(struct vf_instance *vf,
         int width, int height, int d_width, int d_height,
-	unsigned int flags, unsigned int outfmt){
+        unsigned int flags, unsigned int outfmt){
     if (vf->priv->w > 0) { d_width  = width  = vf->priv->w; }
     if (vf->priv->h > 0) { d_height = height = vf->priv->h; }
     vf->priv->fmt=getfmt(outfmt);
@@ -121,8 +121,8 @@
 
     // hope we'll get DR buffer:
     dmpi=vf_get_image(vf->next,vf->priv->fmt,
-	MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
-	w, h);
+        MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
+        w, h);
 
      for(y=0; y<h; y++){
          for(x=0; x<w; x++){