Add sample_t for typedef sample to improve shadowing and clarity

This commit is contained in:
bnnm 2019-02-23 02:47:03 +01:00
parent 35a2989462
commit 5bdc575f29

View File

@ -29,6 +29,7 @@
#include <stdint.h>
#endif /* _MSC_VER */
typedef int16_t sample;
typedef int16_t sample; //TODO: deprecated, remove
typedef int16_t sample_t;
#endif