summaryrefslogtreecommitdiffstats
path: root/ext/flac/flac_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac/flac_compat.h')
-rw-r--r--ext/flac/flac_compat.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/flac/flac_compat.h b/ext/flac/flac_compat.h
index 87b5b864..23605289 100644
--- a/ext/flac/flac_compat.h
+++ b/ext/flac/flac_compat.h
@@ -32,21 +32,21 @@
#if FLAC_VERSION < 0x010004
#define FLAC__STREAM_ENCODER_OK FLAC__STREAM_ENCODER_WRITE_OK
#define FLAC__seekable_stream_decoder_process_single(a) \
- FLAC__seekable_stream_decoder_process_one_frame(a)
+ FLAC__seekable_stream_decoder_process_one_frame(a)
#endif /* FLAC_VERSION < 0x010004 */
#if FLAC_VERSION < 0x010003
#define FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC \
- FLAC__STREAM_DECODER_ERROR_LOST_SYNC
+ FLAC__STREAM_DECODER_ERROR_LOST_SYNC
#define FLAC__STREAM_DECODER_ERROR_STATUS_BAD_HEADER \
- FLAC__STREAM_DECODER_ERROR_BAD_HEADER
+ FLAC__STREAM_DECODER_ERROR_BAD_HEADER
#define FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH \
- FLAC__STREAM_DECODER_ERROR_FRAME_CRC_MISMATCH
+ FLAC__STREAM_DECODER_ERROR_FRAME_CRC_MISMATCH
#define FLAC__STREAM_DECODER_WRITE_STATUS_ABORT \
- FLAC__STREAM_DECODER_WRITE_ABORT
+ FLAC__STREAM_DECODER_WRITE_ABORT
#define FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE \
- FLAC__STREAM_DECODER_WRITE_CONTINUE
+ FLAC__STREAM_DECODER_WRITE_CONTINUE
#define FLAC__StreamMetadata FLAC__StreamMetaData