mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
Add ambisonics files (.amb) extension to the safe file extensions check
(#2062), thanks nettings. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3001 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
43ccd2d7e5
commit
ba5edfb504
1 changed files with 1 additions and 0 deletions
|
|
@ -683,6 +683,7 @@ AudioFileSource::safe_file_extension(ustring file)
|
|||
return !(file.rfind(".wav") == ustring::npos &&
|
||||
file.rfind(".aiff")== ustring::npos &&
|
||||
file.rfind(".aif") == ustring::npos &&
|
||||
file.rfind(".amb") == ustring::npos &&
|
||||
file.rfind(".snd") == ustring::npos &&
|
||||
file.rfind(".au") == ustring::npos &&
|
||||
file.rfind(".raw") == ustring::npos &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue