1
1
mirror of https://github.com/wader/fq.git synced 2024-11-09 13:07:03 +03:00

Add sample size entry to list for 32bps flac streams

This commit is contained in:
Martijn van Beurden 2022-08-17 21:08:25 +02:00
parent 429e189073
commit c1d5b2b1c3

View File

@ -261,7 +261,7 @@ func frameDecode(d *decode.D, in any) any {
0b100: {Sym: uint64(16)},
0b101: {Sym: uint64(20)},
0b110: {Sym: uint64(24)},
0b111: {Description: "reserved"},
0b111: {Sym: uint64(32)},
}
sampleSizeS := d.FieldScalarU3("sample_size", sampleSizeMap, scalar.ActualBin)
switch sampleSizeS.ActualU() {