video-converter: fix compilation on big-endian

This commit is contained in:
Wim Taymans 2016-07-07 17:29:34 +02:00
parent cfc36ba586
commit 9144a787df

View file

@ -3575,6 +3575,7 @@ convert_AYUV_RGBA (GstVideoConverter * convert, const GstVideoFrame * src,
convert_fill_border (convert, dest);
}
#endif
static void
convert_I420_BGRA (GstVideoConverter * convert, const GstVideoFrame * src,
@ -3687,7 +3688,6 @@ convert_I420_pack_ARGB (GstVideoConverter * convert, const GstVideoFrame * src,
}
convert_fill_border (convert, dest);
}
#endif
static void
memset_u24 (guint8 * data, guint8 col[3], unsigned int n)