minor reordering of decoder state enum to match FLAC layers

This commit is contained in:
Josh Coalson
2004-03-17 22:08:15 +00:00
parent e436297d64
commit f45b2a85a7
6 changed files with 12 additions and 12 deletions

View File

@@ -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. */