gcrypt: Let read_bignum() return bits, not bytes.
[paraslash.git] / opus_common.h
index bdc67edd47cc2c446b5bd45a5572a4b81393b5a2..f8cf459c1008fe9731d9eaaaf253fd1be6710af9 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>, 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). */