diff libmpcodecs/vf_remove_logo.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 c1793823d6cb
children 08a90b0e44e1
line wrap: on
line diff
--- a/libmpcodecs/vf_remove_logo.c	Fri Jan 14 13:36:48 2011 +0000
+++ b/libmpcodecs/vf_remove_logo.c	Fri Jan 14 22:10:21 2011 +0000
@@ -768,8 +768,8 @@
     mp_image_t *dmpi;
 
     dmpi=vf_get_image(vf->next,vf->priv->fmt,
-	MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
-	mpi->w, mpi->h);
+        MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE,
+        mpi->w, mpi->h);
 
     /* Check to make sure that the filter image and the video stream are the same size. */
     if (vf->priv->filter->width != mpi->w || vf->priv->filter->height != mpi->h)
@@ -799,8 +799,8 @@
           break;
 
     default:
-	mp_msg(MSGT_VFILTER,MSGL_ERR,"Unhandled format: 0x%X\n",dmpi->imgfmt);
-	return 0;
+        mp_msg(MSGT_VFILTER,MSGL_ERR,"Unhandled format: 0x%X\n",dmpi->imgfmt);
+        return 0;
     }
 
     return vf_next_put_image(vf,dmpi, pts);