Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions celt/celt_lpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef PLC_H
#define PLC_H
#ifndef LPC_H
#define LPC_H

#include "arch.h"
#include "cpu_support.h"
Expand Down Expand Up @@ -63,4 +63,4 @@ void celt_iir(const opus_val32 *x,
int _celt_autocorr(const opus_val16 *x, opus_val32 *ac,
const celt_coef *window, int overlap, int lag, int n, int arch);

#endif /* PLC_H */
#endif /* LPC_H */
Loading