mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
flac: Cleanup
This commit is contained in:
parent
ac7568d2c6
commit
ce044baf7e
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -15,6 +15,8 @@
|
||||
"CLIUNICODE",
|
||||
"CLLID",
|
||||
"coef",
|
||||
"coeff",
|
||||
"Coeffs",
|
||||
"colorjson",
|
||||
"cond",
|
||||
"cpus",
|
||||
@ -71,6 +73,7 @@
|
||||
"localizable",
|
||||
"luma",
|
||||
"matroska",
|
||||
"metadatablocsk",
|
||||
"mfhd",
|
||||
"mfra",
|
||||
"mfro",
|
||||
|
@ -74,11 +74,6 @@ func flacDecode(d *decode.D, in interface{}) interface{} {
|
||||
}
|
||||
})
|
||||
|
||||
_ = streamInfo
|
||||
// if streamInfo.D != nil {
|
||||
// md5Value := streamInfo.D.FieldGet("md5")
|
||||
// d.FieldChecksumRange("md5_calculated", md5Value.Range.Start, md5Value.Range.Len, md5Samples.Sum(nil), decode.BigEndian)
|
||||
// }
|
||||
d.FieldValueBytes("md5_calculated", md5Samples.Sum(nil), "")
|
||||
d.FieldValueU("decoded_samples", framesNDecodedSamples, "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user