minor comments

This commit is contained in:
Josh Coalson
2004-07-07 07:29:13 +00:00
parent ab5c1d15c1
commit be62f3b229
2 changed files with 9 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
#include "FLAC/seekable_stream_decoder.h"
typedef struct FLAC__SeekableStreamDecoderProtected {
FLAC__bool md5_checking; /* if true, generate MD5 signature of decoded data and compare against signature in the Encoding metadata block */
FLAC__bool md5_checking; /* if true, generate MD5 signature of decoded data and compare against signature in the STREAMINFO metadata block */
FLAC__SeekableStreamDecoderState state;
} FLAC__SeekableStreamDecoderProtected;