mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix bug in status string table
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user