]> git.tuebingen.mpg.de Git - paraslash.git/commit - opus_common.c
opus: Use uint16_t for preskip and gain.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Feb 2016 21:52:55 +0000 (22:52 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Mar 2016 17:23:58 +0000 (17:23 +0000)
commit9250014c8716067517819351ad38b2485a2505e1
treef7af4026e9152684330a1a8f8ca0ab08b84ba432
parentc311eae67481b400bccac0bfe71d6cad846db2fc
opus: Use uint16_t for preskip and gain.

These values are obtained by reading a 16 bit value from a buffer,
so uint16_t is the right type for these fields.
opus_common.c
opus_common.h
opusdec_filter.c