X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.h;h=2160f15192f30a8f1b5fde0be38fcd127a89681a;hp=2bcf5919f934622278dc2f9ba85b0516cf1d3767;hb=0b6e7a20c19d642f9d8e65683e1525c91dd3de39;hpb=9b406cbe5d20ba969713ca3d7a8033e697476d75 diff --git a/opus_common.h b/opus_common.h index 2bcf5919..2160f151 100644 --- a/opus_common.h +++ b/opus_common.h @@ -16,11 +16,11 @@ struct opus_header { /** 1..255 */ int channels; /** Number of bytes to skip from the beginning. */ - int preskip; + uint16_t preskip; /** Sample rate of the input stream, used by the audio format handler. */ - ogg_uint32_t input_sample_rate; + uint32_t input_sample_rate; /** In dB, should be zero whenever possible. */ - int gain; + uint16_t gain; /** Number of logical streams (usually 1). */ int nb_streams; /** Number of streams to decode as 2 channel streams. */