Skip to content

mp4, fmp4: fix byte order for opus extension

The Encapsulation of Opus in ISO Base Media File Format specifications, § 4.3.2 Opus Specific Box, indicates that data must be stored as big-endian.

In write_dops, to_le_bytes variants were used.

Related to: gstreamer!4875 (merged)

Edited by François Laignel

Merge request reports