mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
more work
This commit is contained in:
@@ -72,6 +72,9 @@ typedef enum {
|
||||
OggFLAC__STREAM_DECODER_OK = 0,
|
||||
/**< The decoder is in the normal OK state. */
|
||||
|
||||
OggFLAC__STREAM_ENCODER_OGG_ERROR,
|
||||
/**< An error occurred in the underlying Ogg layer. */
|
||||
|
||||
OggFLAC__STREAM_DECODER_FLAC_STREAM_DECODER_ERROR,
|
||||
/**< An error occurred in the underlying FLAC stream decoder;
|
||||
* check OggFLAC__stream_decoder_get_FLAC_stream_decoder_state().
|
||||
|
||||
@@ -72,6 +72,9 @@ typedef enum {
|
||||
OggFLAC__STREAM_ENCODER_OK = 0,
|
||||
/**< The encoder is in the normal OK state. */
|
||||
|
||||
OggFLAC__STREAM_ENCODER_OGG_ERROR,
|
||||
/**< An error occurred in the underlying Ogg layer. */
|
||||
|
||||
OggFLAC__STREAM_ENCODER_FLAC_STREAM_ENCODER_ERROR,
|
||||
/**< An error occurred in the underlying FLAC stream encoder;
|
||||
* check OggFLAC__stream_encoder_get_FLAC_stream_encoder_state().
|
||||
|
||||
Reference in New Issue
Block a user