summaryrefslogtreecommitdiffstats
path: root/gst/rtjpeg
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtjpeg')
-rw-r--r--gst/rtjpeg/RTjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtjpeg/RTjpeg.c b/gst/rtjpeg/RTjpeg.c
index f2f61252..eaf8a5ab 100644
--- a/gst/rtjpeg/RTjpeg.c
+++ b/gst/rtjpeg/RTjpeg.c
@@ -3370,7 +3370,7 @@ RTjpeg_yuvrgb16 (__u8 * buf, __u8 * rgb)
void
RTjpeg_yuvrgb8 (__u8 * buf, __u8 * rgb)
{
- bcopy (buf, rgb, RTjpeg_width * RTjpeg_height);
+ memcpy (rgb, buf, RTjpeg_width * RTjpeg_height);
}
void