OSX: fix T42325 by not letting .vob handled by qt, avoids a doublefree
This commit is contained in:
@@ -88,6 +88,7 @@ int anim_is_quicktime(const char *name)
|
|||||||
".swf",
|
".swf",
|
||||||
".txt",
|
".txt",
|
||||||
".mpg",
|
".mpg",
|
||||||
|
".vob", /* disabled, vob is essential .mpg, don't handle */
|
||||||
".avi", /* wouldn't be appropriate ;) */
|
".avi", /* wouldn't be appropriate ;) */
|
||||||
".mov", /* disabled, suboptimal decoding speed */
|
".mov", /* disabled, suboptimal decoding speed */
|
||||||
".mp4", /* disabled, suboptimal decoding speed */
|
".mp4", /* disabled, suboptimal decoding speed */
|
||||||
|
Reference in New Issue
Block a user