fix bug in status string table
This commit is contained in:
parent
fc2b7379d8
commit
a242b3ca75
@ -67,8 +67,8 @@ const char * const FLAC__SeekableStreamEncoderStateString[] = {
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_OK",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_STREAM_ENCODER_ERROR",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_MEMORY_ALLOCATION_ERROR",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_READ_ERROR",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_WRITE_ERROR",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_READ_ERROR",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_SEEK_ERROR",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_ALREADY_INITIALIZED",
|
||||
"FLAC__SEEKABLE_STREAM_ENCODER_INVALID_CALLBACK",
|
||||
|
Loading…
x
Reference in New Issue
Block a user