Removed deprecated mode interface and added missing include
This commit is contained in:
parent
7137c26e4f
commit
069c3de65f
3 changed files with 4 additions and 9 deletions
|
@ -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
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
#include "modes.h"
|
#include "modes.h"
|
||||||
#include "vq.h"
|
#include "vq.h"
|
||||||
#include "cwrs.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)
|
void exp_rotation(celt_norm_t *X, int len, celt_word16_t theta, int dir, int stride, int iter)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* (C) 2007 Jean-Marc Valin, CSIRO
|
/* (C) 2007-2008 Jean-Marc Valin, CSIRO
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
@file celt.h
|
@file celt.h
|
||||||
|
@ -81,11 +81,6 @@ typedef struct CELTDecoder CELTDecoder;
|
||||||
otherwise the quality will be very bad */
|
otherwise the quality will be very bad */
|
||||||
typedef struct CELTMode CELTMode;
|
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 */
|
/** \defgroup codec Encoding and decoding */
|
||||||
/* @{ */
|
/* @{ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue