]> git.alsa-project.org Git - tinycompress.git/commit
crecord: Move wave data structures to their own header
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 7 Jan 2021 18:17:58 +0000 (20:17 +0200)
committerDaniel Baluta <daniel.baluta@nxp.com>
Thu, 7 Jan 2021 21:10:15 +0000 (23:10 +0200)
commitd67cdffeaba03b6aaf91c109e3cb46a52fc58b0a
tree4ad26c4aa3eeaa915a3be1d157206715bf99e4c5
parent4ddc425914488f2096d2b76df4441f22fcf8182f
crecord: Move wave data structures to their own header

This is in preparation for adding wave parsing routines
to be used by tinycompress utilities.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
include/tinycompress/tinywave.h [new file with mode: 0644]
src/utils/crecord.c