UI: Opus files not included in sound files filter

Include `.opus` extension in audio filter list

Fixes #118235

Pull Request: https://projects.blender.org/blender/blender/pulls/118238
This commit is contained in:
Pratik Borhade
2024-02-14 11:39:11 +01:00
committed by Pratik Borhade
parent 18912561b5
commit f344823785

View File

@@ -86,6 +86,7 @@ const char *imb_ext_audio[] = {
".aiff",
".m4a",
".mka",
".opus",
nullptr,
};