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

flac: Cleanup

This commit is contained in:
Mattias Wadman 2021-10-19 15:44:15 +02:00
parent ac7568d2c6
commit ce044baf7e
2 changed files with 3 additions and 5 deletions

View File

@ -15,6 +15,8 @@
"CLIUNICODE",
"CLLID",
"coef",
"coeff",
"Coeffs",
"colorjson",
"cond",
"cpus",
@ -71,6 +73,7 @@
"localizable",
"luma",
"matroska",
"metadatablocsk",
"mfhd",
"mfra",
"mfro",

View File

@ -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, "")