X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.h;h=f8cf459c1008fe9731d9eaaaf253fd1be6710af9;hp=cae9a6e9164de556ce5bde23de6c81aad7b476c3;hb=53fe3c3cca7caef5565750181daf70aa0598c2a9;hpb=650e5374914c1eb725ce7d2a720611bec22112bc diff --git a/opus_common.h b/opus_common.h index cae9a6e9..f8cf459c 100644 --- a/opus_common.h +++ b/opus_common.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2013 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2013 Andre Noll , see file COPYING. */ /** * \file opus_common.h @@ -16,11 +12,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. */