diff --git a/libs/ardour/sndfile_helpers.cc b/libs/ardour/sndfile_helpers.cc index 11a90cdc0e..19e766ce18 100644 --- a/libs/ardour/sndfile_helpers.cc +++ b/libs/ardour/sndfile_helpers.cc @@ -134,6 +134,7 @@ sndfile_data_width (int format) case SF_FORMAT_PCM_32: return 32; case SF_FORMAT_FLOAT: + case SF_FORMAT_DOUBLE: return 1; /* ridiculous but used as a magic value */ default: // we don't handle anything else within ardour