Remove model markers

This commit is contained in:
Jean-Marc Valin 2010-08-27 16:15:20 -04:00
parent bce1dd0d75
commit f9950e0624
3 changed files with 0 additions and 24 deletions

View file

@ -77,7 +77,6 @@ typedef struct {
@brief Mode definition
*/
struct CELTMode {
celt_uint32 marker_start;
celt_int32 Fs;
int overlap;
@ -102,7 +101,6 @@ struct CELTMode {
const celt_int16 *logN;
PulseCache cache;
celt_uint32 marker_end;
};
/* Prototypes for _ec versions of the encoder/decoder calls (not public) */