X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsndfile_helpers.h;h=b5cdeb0a7e8652aed39ffab4c7f02e8ede9ea6c6;hb=06654aa7f10005d447d0829f149b9008c1abbcb6;hp=4a2c38eac3ebccd5335acf99af040695f0240ba6;hpb=18844bac7aa0747453ed4d04c4a462f2044a43bb;p=ardour.git diff --git a/libs/ardour/ardour/sndfile_helpers.h b/libs/ardour/ardour/sndfile_helpers.h index 4a2c38eac3..b5cdeb0a7e 100644 --- a/libs/ardour/ardour/sndfile_helpers.h +++ b/libs/ardour/ardour/sndfile_helpers.h @@ -2,6 +2,7 @@ #define __sndfile_helpers_h__ #include +#include using std::string; @@ -10,6 +11,7 @@ using std::string; #define SNDFILE_HEADER_FORMATS 7 extern const char * const sndfile_header_formats_strings[SNDFILE_HEADER_FORMATS+1]; +extern const char * const sndfile_file_endings_strings[SNDFILE_HEADER_FORMATS+1]; extern int sndfile_header_formats[SNDFILE_HEADER_FORMATS]; @@ -26,6 +28,7 @@ extern int sndfile_endian_formats[SNDFILE_ENDIAN_FORMATS]; int sndfile_bitdepth_format_from_string(string); int sndfile_header_format_from_string(string); int sndfile_endian_format_from_string(string); +string sndfile_file_ending_from_string(string); int sndfile_data_width (int format);