diff options
author | Måns Rullgård <mans@mansr.com> | 2005-05-13 21:04:16 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2005-05-13 21:04:16 +0000 |
commit | 30344a83e07406c43e0ff0b83a6eff352843e595 (patch) | |
tree | a7565537dca431d8d7a69c674a05e42f3e703ddc /libavcodec/libpostproc/postprocess_template.c | |
parent | e7a4dafbe3dcf2e48e410ecf07a8eb9d2ef7ca10 (diff) | |
download | ffmpeg-30344a83e07406c43e0ff0b83a6eff352843e595.tar.gz |
remove/replace non-ascii characters
Originally committed as revision 4237 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc/postprocess_template.c')
-rw-r--r-- | libavcodec/libpostproc/postprocess_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libpostproc/postprocess_template.c b/libavcodec/libpostproc/postprocess_template.c index 0c99260a77..0b88be69de 100644 --- a/libavcodec/libpostproc/postprocess_template.c +++ b/libavcodec/libpostproc/postprocess_template.c @@ -3467,7 +3467,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int uint8_t *dstBlock= tempDst + dstStride; // From this point on it is guranteed that we can read and write 16 lines downward - // finish 1 block before the next otherwise we´ll might have a problem + // 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) { @@ -3583,7 +3583,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int //printf("\n"); // From this point on it is guranteed that we can read and write 16 lines downward - // finish 1 block before the next otherwise we´ll might have a problem + // 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) { |