split most of FileDecoder off to new SeekableStreamDecoder

This commit is contained in:
Josh Coalson
2001-11-08 23:59:22 +00:00
parent 53ad911a1d
commit dbd84c48e5
13 changed files with 1398 additions and 687 deletions

View File

@@ -23,7 +23,6 @@
#include "FLAC/file_decoder.h"
typedef struct FLAC__FileDecoderProtected {
FLAC__bool md5_checking; /* if true, generate MD5 signature of decoded data and compare against signature in the Encoding metadata block */
FLAC__FileDecoderState state;
} FLAC__FileDecoderProtected;