X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsndfile_helpers.h;h=b5cdeb0a7e8652aed39ffab4c7f02e8ede9ea6c6;hb=06654aa7f10005d447d0829f149b9008c1abbcb6;hp=5bb4937410b4071dfa3d80ea536fcdf1e467580b;hpb=8af0757b61990767f2a85e68f535a5af9976fd79;p=ardour.git diff --git a/libs/ardour/ardour/sndfile_helpers.h b/libs/ardour/ardour/sndfile_helpers.h index 5bb4937410..b5cdeb0a7e 100644 --- a/libs/ardour/ardour/sndfile_helpers.h +++ b/libs/ardour/ardour/sndfile_helpers.h @@ -2,7 +2,7 @@ #define __sndfile_helpers_h__ #include -#include +#include using std::string; @@ -11,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]; @@ -27,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);