Removed deprecated mode interface and added missing include

This commit is contained in:
Jean-Marc Valin 2008-03-04 20:38:00 +11:00
parent 7137c26e4f
commit 069c3de65f
3 changed files with 4 additions and 9 deletions

View file

@ -1,4 +1,4 @@
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007-2008 Jean-Marc Valin, CSIRO
*/
/*
Redistribution and use in source and binary forms, with or without
@ -38,7 +38,7 @@
#include "modes.h"
#include "vq.h"
#include "cwrs.h"
#include "os_support.h"
void exp_rotation(celt_norm_t *X, int len, celt_word16_t theta, int dir, int stride, int iter)
{

View file

@ -1,4 +1,4 @@
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007-2008 Jean-Marc Valin, CSIRO
*/
/*
Redistribution and use in source and binary forms, with or without

View file

@ -1,4 +1,4 @@
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007-2008 Jean-Marc Valin, CSIRO
*/
/**
@file celt.h
@ -81,11 +81,6 @@ typedef struct CELTDecoder CELTDecoder;
otherwise the quality will be very bad */
typedef struct CELTMode CELTMode;
/* To be removed soon */
#define celt_mono celt_mode_create(44100, 1, 256, 128, NULL)
#define celt_stereo celt_mode_create(44100, 2, 256, 128, NULL)
/** \defgroup codec Encoding and decoding */
/* @{ */