Mercurial > audlegacy-plugins
diff src/flacng/seekable_stream_callbacks.c @ 2360:ead24454f4b7
native 24bit output for FLAC
| author | Eugene Zagidullin <e.asphyx@gmail.com> |
|---|---|
| date | Tue, 05 Feb 2008 07:37:00 +0300 |
| parents | fa9f85cebade |
| children | 194c2f8c2a92 |
line wrap: on
line diff
--- a/src/flacng/seekable_stream_callbacks.c Mon Feb 04 23:12:46 2008 +0300 +++ b/src/flacng/seekable_stream_callbacks.c Tue Feb 05 07:37:00 2008 +0300 @@ -209,7 +209,8 @@ if ((frame->header.bits_per_sample != 8) && (frame->header.bits_per_sample != 16) && - (frame->header.bits_per_sample != 24)) { + (frame->header.bits_per_sample != 24) && + (frame->header.bits_per_sample != 32)) { _ERROR("Unsupported bitrate found in stream: %d!", frame->header.bits_per_sample); _LEAVE FLAC__STREAM_DECODER_WRITE_STATUS_ABORT; }
