shithub: opus

Download patch

ref: 60d0837ea00964d76926719afcb0849b2bf32906
parent: 33ba6cc6b6e9b33f7070301d9634d87b1d42fbe7
author: Jean-Marc Valin <[email protected]>
date: Fri Oct 3 03:30:08 EDT 2008

lookahead no longer defined when creating a mode

--- a/libcelt/modes.c
+++ b/libcelt/modes.c
@@ -294,8 +294,7 @@
    {
       if (Fs == static_mode_list[i]->Fs &&
           channels == static_mode_list[i]->nbChannels &&
-          frame_size == static_mode_list[i]->mdctSize &&
-          lookahead == static_mode_list[i]->overlap)
+          frame_size == static_mode_list[i]->mdctSize)
       {
          m = static_mode_list[i];
          break;