X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsndfile_helpers.h;h=02f486a975ac61e561df6dde43b9a8334888637e;hb=83e05ec0ec236f4dc327935377206966836027eb;hp=ed84820b8ded93fdb084fb7ff1dbbd1e583f1fba;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/libs/ardour/ardour/sndfile_helpers.h b/libs/ardour/ardour/sndfile_helpers.h index ed84820b8d..02f486a975 100644 --- a/libs/ardour/ardour/sndfile_helpers.h +++ b/libs/ardour/ardour/sndfile_helpers.h @@ -42,10 +42,9 @@ extern const char * const sndfile_endian_formats_strings[SNDFILE_ENDIAN_FORMATS+ extern int sndfile_endian_formats[SNDFILE_ENDIAN_FORMATS]; -int sndfile_bitdepth_format_from_string (std::string); -int sndfile_header_format_from_string (std::string); -int sndfile_endian_format_from_string (std::string); -std::string sndfile_file_ending_from_string (std::string); +int sndfile_bitdepth_format_by_index (int); +int sndfile_header_format_by_index (int); +int sndfile_endian_format_by_index (int); int sndfile_data_width (int format);