Skip to content
Snippets Groups Projects
Commit 069c3de6 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Removed deprecated mode interface and added missing include

parent 7137c26e
No related branches found
No related tags found
No related merge requests found
/* (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)
{
......
/* (C) 2007 Jean-Marc Valin, CSIRO
/* (C) 2007-2008 Jean-Marc Valin, CSIRO
*/
/*
Redistribution and use in source and binary forms, with or without
......
/* (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 */
/* @{ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment