mirror of
https://github.com/wader/fq.git
synced 2024-12-24 13:52:02 +03:00
Add sample size entry to list for 32bps flac streams
This commit is contained in:
parent
429e189073
commit
c1d5b2b1c3
@ -261,7 +261,7 @@ func frameDecode(d *decode.D, in any) any {
|
|||||||
0b100: {Sym: uint64(16)},
|
0b100: {Sym: uint64(16)},
|
||||||
0b101: {Sym: uint64(20)},
|
0b101: {Sym: uint64(20)},
|
||||||
0b110: {Sym: uint64(24)},
|
0b110: {Sym: uint64(24)},
|
||||||
0b111: {Description: "reserved"},
|
0b111: {Sym: uint64(32)},
|
||||||
}
|
}
|
||||||
sampleSizeS := d.FieldScalarU3("sample_size", sampleSizeMap, scalar.ActualBin)
|
sampleSizeS := d.FieldScalarU3("sample_size", sampleSizeMap, scalar.ActualBin)
|
||||||
switch sampleSizeS.ActualU() {
|
switch sampleSizeS.ActualU() {
|
||||||
|
Loading…
Reference in New Issue
Block a user