blob.c: Fix stale comment of stdin_command().
[paraslash.git] / opus_common.h
index fea6727463c858c87b0d9729a37800ff08a58b7b..f8cf459c1008fe9731d9eaaaf253fd1be6710af9 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2013-2014 Andre Noll <maan@systemlinux.org>
- *
- * 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
@@ -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. */