mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
typos
Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user