Skip to content

tsdemux: Fix reading of extended Opus channel configuration

Argument evaluation order is implementation defined in C, and gcc is evaluating right-to-left (works) while clang is evaluating left-to-right (does not work).

Merge request reports