mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix typo
patch by Vitor: {vitor1001 gmail com} Originally committed as revision 9419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
05ce0f11e4
commit
606975ab01
@ -77,7 +77,7 @@ void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell)
|
||||
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] =
|
||||
|
Loading…
Reference in New Issue
Block a user