| Index: third_party/opus/src/silk/MacroDebug.h
|
| diff --git a/third_party/opus/src/silk/MacroDebug.h b/third_party/opus/src/silk/MacroDebug.h
|
| index 35aedc5c5fa646722e6879ee51c78f324491ed84..8dd4ce2ee275a6a64f4b1ede526fa8b428f6122b 100644
|
| --- a/third_party/opus/src/silk/MacroDebug.h
|
| +++ b/third_party/opus/src/silk/MacroDebug.h
|
| @@ -539,8 +539,7 @@ static OPUS_INLINE opus_int32 silk_DIV32_16_(opus_int32 a32, opus_int32 b32, cha
|
| no checking needed for silk_POS_SAT32
|
| no checking needed for silk_ADD_POS_SAT8
|
| no checking needed for silk_ADD_POS_SAT16
|
| - no checking needed for silk_ADD_POS_SAT32
|
| - no checking needed for silk_ADD_POS_SAT64 */
|
| + no checking needed for silk_ADD_POS_SAT32 */
|
|
|
| #undef silk_LSHIFT8
|
| #define silk_LSHIFT8(a,b) silk_LSHIFT8_((a), (b), __FILE__, __LINE__)
|
|
|