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:
@@ -103,9 +103,6 @@ typedef enum {
|
||||
* check OggFLAC__stream_decoder_get_FLAC_stream_decoder_state().
|
||||
*/
|
||||
|
||||
OggFLAC__STREAM_DECODER_INVALID_CALLBACK,
|
||||
/**< The decoder was initialized before setting all the required callbacks. */
|
||||
|
||||
OggFLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR,
|
||||
/**< Memory allocation failed. */
|
||||
|
||||
@@ -115,6 +112,9 @@ typedef enum {
|
||||
* OggFLAC__stream_decoder_finish() was not called.
|
||||
*/
|
||||
|
||||
OggFLAC__STREAM_DECODER_INVALID_CALLBACK,
|
||||
/**< The decoder was initialized before setting all the required callbacks. */
|
||||
|
||||
OggFLAC__STREAM_DECODER_UNINITIALIZED
|
||||
/**< The decoder is in the uninitialized state. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user