OSDN Git Service

Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 4 Jan 2010 09:19:32 +0000 (09:19 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 4 Jan 2010 09:19:32 +0000 (09:19 +0000)
commit5716aec3f9e47d17d55a44f991381f8719812645
treeb76235d898834a7c4f8f61991f45fae82e7f3d06
parent2cf9c7ef9c421835e6b51eb4ef7c488f1feb4bf9
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
so we can't use SSE-optimized routines.

Originally committed as revision 21011 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/dsputil_mmx.c