Skip to content

flacparse: Fix handling of headers advertising 32bps

Philippe Normand requested to merge philn/gstreamer:flac-32bps into main

According to the flac bitstream format specification, the sample size in bits corresponding to 111 is 32 bits per sample.

https://xiph.org/flac/format.html#frame_header

Merge request reports