mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
bring in what was FLAC__seek_table_is_valid()
This commit is contained in:
@@ -151,6 +151,8 @@ namespace FLAC {
|
||||
void set_point(unsigned index, const ::FLAC__StreamMetaData_SeekPoint &point);
|
||||
bool insert_point(unsigned index, const ::FLAC__StreamMetaData_SeekPoint &point);
|
||||
bool delete_point(unsigned index);
|
||||
|
||||
bool is_legal() const;
|
||||
};
|
||||
|
||||
class VorbisComment : public Prototype {
|
||||
|
||||
Reference in New Issue
Block a user