]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Use memcpy instead of the very inefficient bytecopy where both are correct
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 17 Apr 2009 17:20:48 +0000 (17:20 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 17 Apr 2009 17:20:48 +0000 (17:20 +0000)
commit2293539e18a5c85347053d869891fcb81d26538c
tree0ff5457fe5f0ee9f465bc5699c4375a45ef2b944
parent8909dbb5b9824e98235515ba616772510ee683b1
Use memcpy instead of the very inefficient bytecopy where both are correct
(i.e. no overlap of src and dst is possible).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18569 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/xan.c