opus_private.h | opus_private.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
#ifndef OPUS_PRIVATE_H | #ifndef OPUS_PRIVATE_H | |||
#define OPUS_PRIVATE_H | #define OPUS_PRIVATE_H | |||
#include "arch.h" | #include "arch.h" | |||
#include "opus.h" | #include "opus.h" | |||
struct OpusRepacketizer { | struct OpusRepacketizer { | |||
unsigned char toc; | unsigned char toc; | |||
int nb_frames; | int nb_frames; | |||
const unsigned char *frames[48]; | const unsigned char *frames[48]; | |||
short len[48]; | opus_int16 len[48]; | |||
int framesize; | int framesize; | |||
}; | }; | |||
#define MODE_SILK_ONLY 1000 | #define MODE_SILK_ONLY 1000 | |||
#define MODE_HYBRID 1001 | #define MODE_HYBRID 1001 | |||
#define MODE_CELT_ONLY 1002 | #define MODE_CELT_ONLY 1002 | |||
#define OPUS_SET_VOICE_RATIO_REQUEST 11018 | #define OPUS_SET_VOICE_RATIO_REQUEST 11018 | |||
#define OPUS_GET_VOICE_RATIO_REQUEST 11019 | #define OPUS_GET_VOICE_RATIO_REQUEST 11019 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |