mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#2182432: https://sourceforge.net/tracker2/?func=detail&aid=1947353&group_id=13478&atid=363478 https://sourceforge.net/tracker2/index.php?func=detail&aid=2182432&group_id=13478&atid=113478)
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
/* OPT: #undef'ing this may improve the speed on some architectures */
|
||||
#define FLAC__LPC_UNROLLED_FILTER_LOOPS
|
||||
|
||||
#ifndef FLAC__INTEGER_ONLY_LIBRARY
|
||||
|
||||
#ifndef M_LN2
|
||||
@@ -49,9 +52,6 @@
|
||||
#define M_LN2 0.69314718055994530942
|
||||
#endif
|
||||
|
||||
/* OPT: #undef'ing this may improve the speed on some architectures */
|
||||
#define FLAC__LPC_UNROLLED_FILTER_LOOPS
|
||||
|
||||
|
||||
void FLAC__lpc_window_data(const FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], unsigned data_len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user