mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor reordering of decoder state enum to match FLAC layers
This commit is contained in:
@@ -91,9 +91,6 @@ typedef enum {
|
||||
* check OggFLAC__file_decoder_get_seekable_stream_decoder_state().
|
||||
*/
|
||||
|
||||
OggFLAC__FILE_DECODER_INVALID_CALLBACK,
|
||||
/**< The decoder was initialized before setting all the required callbacks. */
|
||||
|
||||
OggFLAC__FILE_DECODER_MEMORY_ALLOCATION_ERROR,
|
||||
/**< Memory allocation failed. */
|
||||
|
||||
@@ -103,6 +100,9 @@ typedef enum {
|
||||
* OggFLAC__file_decoder_finish() was not called.
|
||||
*/
|
||||
|
||||
OggFLAC__FILE_DECODER_INVALID_CALLBACK,
|
||||
/**< The decoder was initialized before setting all the required callbacks. */
|
||||
|
||||
OggFLAC__FILE_DECODER_UNINITIALIZED
|
||||
/**< The decoder is in the uninitialized state. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user