search for: flac__metadata_object_vorbiscomment

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

2012 May 05
3
[PATCH] Add missing functions to SeekTable class
...ble_*() functions from FLAC's metadata object methods (FLAC/metadata.h) to FLAC++'s SeekTable class. Of the 11 functions in the C API, only 4 are currently in the C++ API, this patch adds the missing 7. If this patch is ok, VorbisComment will be next. A quick look tells me only 5 out of 13 FLAC__metadata_object_vorbiscomment*() functions from FLAC/metadata.h exist in FLAC++'s VorbisComment class. Bas Timmer -------------- next part -------------- A non-text attachment was scrubbed... Name: add_seektable_members.patch Type: text/x-diff Size: 3644 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-...
2012 May 06
2
[PATCH] Add missing functions to SeekTable class
...methods (FLAC/metadata.h) to >> FLAC++'s SeekTable class. Of the 11 functions in the C API, only 4 are >> currently in the C++ API, this patch adds the missing 7. >> >> If this patch is ok, VorbisComment will be next. A quick look tells me only >> 5 out of 13 FLAC__metadata_object_vorbiscomment*() functions from >> FLAC/metadata.h exist in FLAC++'s VorbisComment class. >> >> Bas Timmer >> > This patch looks fine to me.. if applied we either need to raise the C++ > library SOVERSION and/or add a linker versioning script for *nix systems > though....