cosmetics: Fix another common typo, gurantee --> guArantee.
Originally committed as revision 8054 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
391fcef9a9
commit
57177f648d
2 changed files with 4 additions and 4 deletions
|
|
@ -3464,7 +3464,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
|
|||
uint8_t *srcBlock= &(src[y*srcStride]);
|
||||
uint8_t *dstBlock= tempDst + dstStride;
|
||||
|
||||
// From this point on it is guranteed that we can read and write 16 lines downward
|
||||
// From this point on it is guaranteed that we can read and write 16 lines downward
|
||||
// finish 1 block before the next otherwise we might have a problem
|
||||
// with the L1 Cache of the P4 ... or only a few blocks at a time or soemthing
|
||||
for(x=0; x<width; x+=BLOCK_SIZE)
|
||||
|
|
@ -3578,7 +3578,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
|
|||
srcBlock= tempSrc;
|
||||
}
|
||||
|
||||
// From this point on it is guranteed that we can read and write 16 lines downward
|
||||
// From this point on it is guaranteed that we can read and write 16 lines downward
|
||||
// finish 1 block before the next otherwise we might have a problem
|
||||
// with the L1 Cache of the P4 ... or only a few blocks at a time or soemthing
|
||||
for(x=0; x<width; x+=BLOCK_SIZE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue