celt.h   celt.h 
skipping to change at line 66 skipping to change at line 66
#define CELT_CORRUPTED_DATA -4 #define CELT_CORRUPTED_DATA -4
/* Requests */ /* Requests */
/** GET the frame size used in the current mode */ /** GET the frame size used in the current mode */
#define CELT_GET_FRAME_SIZE 1000 #define CELT_GET_FRAME_SIZE 1000
/** GET the lookahead used in the current mode */ /** GET the lookahead used in the current mode */
#define CELT_GET_LOOKAHEAD 1001 #define CELT_GET_LOOKAHEAD 1001
/** GET the number of channels used in the current mode */ /** GET the number of channels used in the current mode */
#define CELT_GET_NB_CHANNELS 1002 #define CELT_GET_NB_CHANNELS 1002
/** GET the bit-stream version for compatibility check */
#define CELT_GET_BITSTREAM_VERSION 2000
/** Contains the state of an encoder. One encoder state is needed for each /** Contains the state of an encoder. One encoder state is needed for each
stream. It is initialised once at the beginning of the stream. Do *not* stream. It is initialised once at the beginning of the stream. Do *not*
re-initialise the state for every frame. re-initialise the state for every frame.
@brief Encoder state @brief Encoder state
*/ */
typedef struct CELTEncoder CELTEncoder; typedef struct CELTEncoder CELTEncoder;
/** State of the decoder. One decoder state is needed for each stream. It i s /** State of the decoder. One decoder state is needed for each stream. It i s
initialised once at the beginning of the stream. Do *not* re-initialise initialised once at the beginning of the stream. Do *not* re-initialise
the state for every frame */ the state for every frame */
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 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/