Sort errors alphabetically.
[paraslash.git] / opus_common.h
index bdc67edd47cc2c446b5bd45a5572a4b81393b5a2..2160f15192f30a8f1b5fde0be38fcd127a89681a 100644 (file)
@@ -18,7 +18,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). */