update with new semantics for padding block creation

This commit is contained in:
Josh Coalson
2002-05-17 06:22:29 +00:00
parent 76c68bc5dd
commit 1c815331a5

View File

@@ -41,7 +41,7 @@ typedef struct FLAC__StreamEncoderProtected {
unsigned rice_parameter_search_dist;
FLAC__uint64 total_samples_estimate;
const FLAC__StreamMetaData_SeekTable *seek_table;
unsigned padding;
int padding;
FLAC__bool last_metadata_is_last;
} FLAC__StreamEncoderProtected;