Closed
Description
VERSION
libsndfile-1.0.26pre2 (supplied by ErikD)
PLATFORM
32-bit libsndfile on Windows 7 x64
DESCRIPTION
The new subformats for 'alac' are not added to command.c and thus are not exposed through sf_command
REPRO STEPS
std::int32_t subFmtCount = 0;
sf_command(NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subFmtCount, sizeof(std::int32_t));
RESULT
subFmtCount becomes 21.
EXPECTED
SFC_GET_FORMAT_SUBTYPE_COUNT to return the appropriate number for the new subtypes
All new SubTypes to have appropriate description strings filled out via SFC_GET_FORMAT_SUBTYPE
Metadata
Assignees
Labels
No labels