riff: fix build on big endian systems

This commit is contained in:
Tim-Philipp Müller 2012-08-04 19:33:32 +01:00
parent 6d4f94f45e
commit 07158ff1f2

View file

@ -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 */