Use memcpy to copy till end of line in one go instead of copying pixel by pixel
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 5 Sep 2009 19:35:59 +0000 (19:35 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 5 Sep 2009 19:35:59 +0000 (19:35 +0000)
commit5333450ce6b2cbe7e45b3e7520656e954dda6e75
treedcc4030d1b3d554a0a736669f2e3eee275a284c0
parent7a656933c91809dc8b2ec73bade826a76a58a304
Use memcpy to copy till end of line in one go instead of copying pixel by pixel
in xan_wc3_output_pixel_run and xan_wc3_copy_pixel_run

Originally committed as revision 19774 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/xan.c