mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
riff: fix build on big endian systems
This commit is contained in:
parent
6d4f94f45e
commit
07158ff1f2
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ gst_riff_parse_strf_auds (GstElement * element,
|
|||
strf->rate = GUINT32_FROM_LE (strf->rate);
|
||||
strf->av_bps = GUINT32_FROM_LE (strf->av_bps);
|
||||
strf->blockalign = GUINT16_FROM_LE (strf->blockalign);
|
||||
strf->size = GUINT16_FROM_LE (strf->size);
|
||||
strf->bits_per_sample = GUINT16_FROM_LE (strf->bits_per_sample);
|
||||
#endif
|
||||
|
||||
/* size checking */
|
||||
|
|
Loading…
Reference in a new issue