From d0ad381ddf13688dca48312c0f57d077c2ac98b9 Mon Sep 17 00:00:00 2001 From: Rob Arnold Date: Fri, 12 Feb 2016 03:59:39 -0800 Subject: [PATCH] Add notes on observed bugs Found a couple bugs but haven't tracked down enough to fix yet, so just made some notes to remind me later. --- TeslaTunes/flac_utils.mm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/TeslaTunes/flac_utils.mm b/TeslaTunes/flac_utils.mm index 9231baa..18c6a20 100644 --- a/TeslaTunes/flac_utils.mm +++ b/TeslaTunes/flac_utils.mm @@ -118,6 +118,13 @@ auto FlacMetadataFromMP4fileURL(const NSURL *mp4, std::vectorproperties(); //NSLog(@"Properties in Apple Lossless file %s", mp4.fileSystemRepresentation); for (auto p : props) { @@ -167,6 +174,17 @@ auto FlacMetadataFromMP4fileURL(const NSURL *mp4, std::vector&metadata, const NSURL *f){ // clean/free up the metadata for (auto entry : metadata) {