X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.h;h=f8cf459c1008fe9731d9eaaaf253fd1be6710af9;hp=bdc67edd47cc2c446b5bd45a5572a4b81393b5a2;hb=6bded356ec89b1344049ff702e6c6babaeccd439;hpb=9250014c8716067517819351ad38b2485a2505e1 diff --git a/opus_common.h b/opus_common.h index bdc67edd..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 @@ -18,7 +14,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). */