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

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 */