OSX: fix T42325 by not letting .vob handled by qt, avoids a doublefree

This commit is contained in:
jens verwiebe 2014-10-22 11:59:54 +02:00
parent 86dbc9dd9a
commit 74f40a5217
Notes: blender-bot 2023-04-14 09:18:04 +02:00
Referenced by issue #42325, Crash on .vob video import
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ int anim_is_quicktime(const char *name)
".swf",
".txt",
".mpg",
".vob", /* disabled, vob is essential .mpg, don't handle */
".avi", /* wouldn't be appropriate ;) */
".mov", /* disabled, suboptimal decoding speed */
".mp4", /* disabled, suboptimal decoding speed */