Skip to content
Snippets Groups Projects
Commit 1761b814 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Enabling the CELT post-filter in Opus

parent 0bf73956
No related merge requests found
celt @ 3a8f04db
Subproject commit 9cc56bf0af85bfa208e26c07afbca383e2a52b4e
Subproject commit 3a8f04db17201192a915db6a0d105178547b88a6
......@@ -22,6 +22,7 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
export OPUS_BUILD=true
AC_CONFIG_SUBDIRS([celt])
AC_CONFIG_SUBDIRS([silk])
......
......@@ -203,7 +203,7 @@ int main(int argc, char *argv[])
}
if (mode==MODE_HYBRID)
{
if (bandwidth != BANDWIDTH_SUPERWIDEBAND && bandwidth != BANDWIDTH_SUPERWIDEBAND)
if (bandwidth != BANDWIDTH_SUPERWIDEBAND && bandwidth != BANDWIDTH_FULLBAND)
{
fprintf (stderr, "Hybrid mode only supports superwideband and fullband\n");
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment