Re: [flac-dev] [PATCH] Add missing functions to SeekTable class

2012-05-06 Thread Josh Coalson
From: Cristian Rodríguez crrodrig...@opensuse.org Sent: Sunday, May 6, 2012 8:24 AM El 05/05/12 02:23, Bastiaan Timmer escribió: The attached patch adds the missing FLAC__metadata_object_seektable_*() functions from FLAC's metadata object methods (FLAC/metadata.h) to FLAC++'s SeekTable

Re: [flac-dev] [PATCH] Add missing functions to SeekTable class

2012-05-06 Thread Cristian Rodríguez
El 06/05/12 19:18, Josh Coalson escribió: From: Cristian Rodríguezcrrodrig...@opensuse.org Sent: Sunday, May 6, 2012 8:24 AM El 05/05/12 02:23, Bastiaan Timmer escribió: The attached patch adds the missing FLAC__metadata_object_seektable_*() functions from FLAC's metadata object methods

[flac-dev] [PATCH] Add missing functions to SeekTable class

2012-05-05 Thread Bastiaan Timmer
The attached patch adds the missing FLAC__metadata_object_seektable_*() 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,