diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..63eef4d68ff2e0e1b002d8415c21316d7698c67d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# Default behavior. Converts all text files to use LF in repository. +* text=auto + +# List all known generic text files +*.c text +*.csv text +*.h text +*.json text +*.m text +*.md text +*.prm text +*.py text +*.txt text + +# Set Windows specific text files to always use CRLF in working tree. +*.bat text eol=crlf +*.cmd text eol=crlf +*.sln text eol=crlf +*.vcxproj text eol=crlf +*.vcxproj.filters text eol=crlf + +# Set Unix specific text files to always use LF (also covers Windows subsystem for Linux) in working tree +*.sh text eol=lf + diff --git a/lib_com/options.h b/lib_com/options.h index c228d4cc6d6fe121615ccd7bedac1e62d7fef302..43f600dda00d5653f8845f3ef9c306a48c0b20e5 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -69,8 +69,8 @@ #define FIX_867_CLDFB_NRG_SCALE -#define FIX_1378_ACELP_OUT_OF_BOUNDS - +#define FIX_1378_ACELP_OUT_OF_BOUNDS + #define FIX_1379_MASA_ANGLE_ROUND /* Note: each compile switch (FIX_1101_...) is independent from the other ones */