search for: flac__metadata_object_picture_set_

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

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)
...m art source code is at http:// > macaudiox.svn.sourceforge.net/viewvc/macaudiox/trunk/Tasks/ > EncoderTasks/FLACEncoderTask.m?view=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...