Mercurial > libavcodec.hg
changeset 2677:7b7613020f2c libavcodec
remove/replace non-ascii characters
author | mru |
---|---|
date | Fri, 13 May 2005 21:04:16 +0000 |
parents | 0975710cf7f4 |
children | 44abbda868c5 |
files | libpostproc/postprocess_template.c mpegvideo.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c Fri May 13 18:10:23 2005 +0000 +++ b/libpostproc/postprocess_template.c Fri May 13 21:04:16 2005 +0000 @@ -3467,7 +3467,7 @@ 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 @@ //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) {
--- a/mpegvideo.c Fri May 13 18:10:23 2005 +0000 +++ b/mpegvideo.c Fri May 13 21:04:16 2005 +0000 @@ -1771,7 +1771,7 @@ else if(IS_16X8(mb_type)) av_log(s->avctx, AV_LOG_DEBUG, "-"); else if(IS_8X16(mb_type)) - av_log(s->avctx, AV_LOG_DEBUG, "Š"); + av_log(s->avctx, AV_LOG_DEBUG, "|"); else if(IS_INTRA(mb_type) || IS_16X16(mb_type)) av_log(s->avctx, AV_LOG_DEBUG, " "); else