minor tweaks to private md5 interface

This commit is contained in:
Josh Coalson
2007-03-14 07:58:19 +00:00
parent f299910ddb
commit 099a2893da
3 changed files with 12 additions and 16 deletions

View File

@@ -192,7 +192,7 @@ typedef struct FLAC__StreamDecoderPrivate {
FLAC__bool do_md5_checking; /* initially gets protected_->md5_checking but is turned off after a seek or if the metadata has a zero MD5 */
FLAC__bool internal_reset_hack; /* used only during init() so we can call reset to set up the decoder without rewinding the input */
FLAC__bool is_seeking;
struct FLAC__MD5Context md5context;
FLAC__MD5Context md5context;
FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data */
/* (the rest of these are only used for seeking) */
FLAC__Frame last_frame; /* holds the info of the last frame we seeked to */