X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.h;h=2160f15192f30a8f1b5fde0be38fcd127a89681a;hp=bdc67edd47cc2c446b5bd45a5572a4b81393b5a2;hb=53d5ac455d0616a5ee8867c986631ed34c177a42;hpb=9250014c8716067517819351ad38b2485a2505e1 diff --git a/opus_common.h b/opus_common.h index bdc67edd..2160f151 100644 --- a/opus_common.h +++ b/opus_common.h @@ -18,7 +18,7 @@ struct opus_header { /** Number of bytes to skip from the beginning. */ 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. */ uint16_t gain; /** Number of logical streams (usually 1). */