mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
video-converter: fix compilation on big-endian
This commit is contained in:
parent
cfc36ba586
commit
9144a787df
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue