fixes based on MSVC compile

This commit is contained in:
Josh Coalson
2002-06-01 06:31:27 +00:00
parent ba2c1b89fb
commit 7ee4d1780c
11 changed files with 124 additions and 114 deletions

View File

@@ -80,9 +80,7 @@ namespace FLAC {
bool set_max_residual_partition_order(unsigned value);
bool set_rice_parameter_search_dist(unsigned value);
bool set_total_samples_estimate(FLAC__uint64 value);
bool set_seek_table(const FLAC__StreamMetaData_SeekTable *value);
bool set_padding(int value);
bool set_last_metadata_is_last(bool value);
bool set_metadata(FLAC__StreamMetaData **metadata, unsigned num_blocks);
State get_state() const;
bool get_streamable_subset() const;