# HG changeset patch # User alex # Date 1053698959 0 # Node ID b78e3adeb8507c59439952fcac8f1c374781ec1e # Parent 01586a9d643d1ed6985c10c2e16710253320fe9e it's still a 10l bug + 10l to me for commiting sh*t first time, and originally I wrote that tooo, so now I'm at about 1000litres? And anyway, this code isn't used :)) No, Rich, no, I will not upload a clip showing me drinking that much cola :) diff -r 01586a9d643d -r b78e3adeb850 libmpcodecs/vf.c --- a/libmpcodecs/vf.c Fri May 23 13:29:54 2003 +0000 +++ b/libmpcodecs/vf.c Fri May 23 14:09:19 2003 +0000 @@ -272,7 +272,7 @@ mpi->planes[0]=memalign(64, mpi->bpp*mpi->width*(mpi->height+2)/8+ mpi->chroma_width*mpi->chroma_height); /* export delta table */ - mpi->planes[3]=mpi->planes[0]+(mpi->width*mpi->height)+(mpi->chroma_width*mpi->chroma_height); + mpi->planes[3]=mpi->planes[0]+(mpi->width*mpi->height)+2*(mpi->chroma_width*mpi->chroma_height); } else mpi->planes[0]=memalign(64, mpi->bpp*mpi->width*(mpi->height+2)/8);