Mercurial > mplayer.hg
changeset 10165:b78e3adeb850
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 :)<EOF>
author | alex |
---|---|
date | Fri, 23 May 2003 14:09:19 +0000 |
parents | 01586a9d643d |
children | e860465ef46e |
files | libmpcodecs/vf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);