X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.h;h=f8cf459c1008fe9731d9eaaaf253fd1be6710af9;hp=b8d3690315455db6bcaac00e5dba804b3f4646c6;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/opus_common.h b/opus_common.h index b8d36903..f8cf459c 100644 --- a/opus_common.h +++ b/opus_common.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2013-2014 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. */