better end-of-file/stream checking

This commit is contained in:
Josh Coalson
2003-11-13 23:34:28 +00:00
parent 7d045bf448
commit 45df151527
6 changed files with 167 additions and 22 deletions

View File

@@ -77,6 +77,9 @@ typedef enum {
OggFLAC__FILE_DECODER_OK = 0,
/**< The decoder is in the normal OK state. */
OggFLAC__FILE_DECODER_END_OF_FILE,
/**< The decoder has reached the end of the file. */
OggFLAC__FILE_DECODER_OGG_ERROR,
/**< An error occurred in the underlying Ogg layer. */