demux_ts: change overlapping memcpy to memmove
commit7ab2c7bc15577bdd7e8f0f4238122c1f72c78021
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 11 Dec 2010 23:19:13 +0000 (11 23:19 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Thu, 16 Dec 2010 04:22:19 +0000 (16 06:22 +0200)
tree535f0a7da9e7e1074ad602989f923890bfe9231f
parentccd5c8566f151965ebc26d3fdd2071d9053d8520
demux_ts: change overlapping memcpy to memmove

Replace memcpy with memmove since at least src==dst is possible.
Fixes another issue that is part of bug #1280.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32697 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpdemux/demux_ts.c