bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filesndfile.C
index 198f938594c0c07592952fc20f8022f21c818115..f3370e16e091ee095872e90d5e767ef0df7a7fdb 100644 (file)
@@ -154,6 +154,7 @@ void FileSndFile::format_to_asset()
                        case SF_FORMAT_AIFF: asset->format = FILE_AIFF; break;
                        case SF_FORMAT_AU:   asset->format = FILE_AU;   break;
                        case SF_FORMAT_RAW:  asset->format = FILE_PCM;  break;
+                       default:
                        case SF_FORMAT_PAF:  asset->format = FILE_SND;  break;
                        case SF_FORMAT_SVX:  asset->format = FILE_SND;  break;
                        case SF_FORMAT_NIST: asset->format = FILE_SND;  break;
@@ -355,10 +356,8 @@ int FileSndFile::write_samples(double **buffer, int64_t len)
 }
 
 void FileSndFile::get_parameters(BC_WindowBase *parent_window,
-               Asset *asset,
-               BC_WindowBase* &format_window,
-               int audio_options,
-               int video_options)
+               Asset *asset, BC_WindowBase* &format_window,
+               int audio_options, int video_options, EDL *edl)
 {
        if(audio_options)
        {