Mercurial > libavcodec.hg
changeset 5183:3adfa650c7ad libavcodec
Fix typo
patch by Vitor: {vitor1001 gmail com}
author | benoit |
---|---|
date | Mon, 25 Jun 2007 07:29:45 +0000 |
parents | 874d9b7641e3 |
children | f3873cd7f473 |
files | roqvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roqvideo.c Fri Jun 22 17:18:58 2007 +0000 +++ b/roqvideo.c Mon Jun 25 07:29:45 2007 +0000 @@ -77,7 +77,7 @@ bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] = cell->y[0]; bptr[ 2] = bptr[ 3] = bptr[stride +2] = bptr[stride +3] = cell->y[1]; bptr[stride*2 ] = bptr[stride*2+1] = bptr[stride*3 ] = bptr[stride*3+1] = cell->y[2]; - bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->y[2]; + bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->y[3]; bptr = ri->current_frame->data[1] + boffs; bptr[ 0] = bptr[ 1] = bptr[stride ] = bptr[stride +1] =