mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor tweaks to private md5 interface
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user