summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.m
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_macosx.m')
-rw-r--r--libvo/vo_macosx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m
index fdbff85a14..1b72f602b6 100644
--- a/libvo/vo_macosx.m
+++ b/libvo/vo_macosx.m
@@ -202,7 +202,7 @@ static int draw_frame(uint8_t *src[])
{
case IMGFMT_BGR32:
case IMGFMT_RGB32:
- memcpy(image_data, src[0], image_width*image_height*image_bytes);
+ fast_memcpy(image_data, src[0], image_width*image_height*image_bytes);
break;
case IMGFMT_YUY2: