diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
commit | 3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch) | |
tree | dc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /ext/flac/flac_compat.h | |
parent | f2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff) |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'ext/flac/flac_compat.h')
-rw-r--r-- | ext/flac/flac_compat.h | 12 |
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 |