Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-04-07 14:10:02 +00:00
parent e42dba481f
commit fe0372296a
5 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ static int xan_decode_init(AVCodecContext *avctx)
return 0;
}
/* This function is used in lieu of memcpy(). This decoder can not use
/* This function is used in lieu of memcpy(). This decoder cannot use
* memcpy because the memory locations often overlap and
* memcpy doesn't like that; it's not uncommon, for example, for
* dest = src+1, to turn byte A into pattern AAAAAAAA.