Revision fe037229 libavcodec/xan.c
libavcodec/xan.c | ||
---|---|---|
85 | 85 |
return 0; |
86 | 86 |
} |
87 | 87 |
|
88 |
/* This function is used in lieu of memcpy(). This decoder can not use
|
|
88 |
/* This function is used in lieu of memcpy(). This decoder cannot use |
|
89 | 89 |
* memcpy because the memory locations often overlap and |
90 | 90 |
* memcpy doesn't like that; it's not uncommon, for example, for |
91 | 91 |
* dest = src+1, to turn byte A into pattern AAAAAAAA. |
Also available in: Unified diff