search for: group__flac__metadata__object

Displaying 2 results from an estimated 2 matches for "group__flac__metadata__object".

2007 Jan 16
3
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
Hello all, I recently upgraded the libFLAC used in my application Max (http:// sbooth.org/Max/) to 1.1.3 and added preliminary support for album art. During the upgrade I evidently made some coding mistakes with interesting results. I've combed everything over and can't quite see the problems. I've become somewhat frustrated because my code didn't really change
2007 Jan 17
0
Help upgrading to 1.1.3 (MD5 sum issues, album art corrupts files)
...markup for the curious. that looks ok too, assuming addVorbisComment works. the metadata interface also has not changed in flac-1.1.3 but you should use the FLAC__metadata_object_picture_set_* methods to set the picture data instead of altering the block directly: http://flac.sourceforge.net/api/group__flac__metadata__object.html#ga42 http://flac.sourceforge.net/api/group__flac__metadata__object.html#ga43 http://flac.sourceforge.net/api/group__flac__metadata__object.html#ga44 that could be a source of mem corruption or leakage. that's a wierd error though. can you send or host one of the bad FLAC files for me to...