# HG changeset patch # User arpi # Date 1019407328 0 # Node ID cfb787b821a060f9f6d8436c8845ff8a841be009 # Parent e9280ded1fb2e208f8be18a0ffaf34da2009eac4 10l, >1bpp modes fixed..., x<->y swapped diff -r e9280ded1fb2 -r cfb787b821a0 libmpcodecs/vf_mirror.c --- a/libmpcodecs/vf_mirror.c Sun Apr 21 16:37:28 2002 +0000 +++ b/libmpcodecs/vf_mirror.c Sun Apr 21 16:42:08 2002 +0000 @@ -15,33 +15,29 @@ static void mirror(unsigned char* dst,unsigned char* src,int dststride,int srcstride,int w,int h,int bpp){ - int x; - - // - for(x=0;xnext,mpi->imgfmt, MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE, mpi->w, mpi->h); - //mpi->h, mpi->w); if(mpi->flags&MP_IMGFLAG_PLANAR){ mirror(dmpi->planes[0],mpi->planes[0], @@ -83,7 +78,7 @@ } vf_info_t vf_info_mirror = { - "mirror", + "horizontal mirror", "mirror", "Eyck", "",