From Stephan Huber, OSX and iOS Video support via a QTKit plugin from OSX 10.7 and before, and an AVFoundation plugin for iOS and OSX10.8 and later.
This commit is contained in:
@@ -389,6 +389,14 @@ Registry::Registry()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(USE_AV_FOUNDATION)
|
||||
addFileExtensionAlias("mov", "AVFoundation");
|
||||
addFileExtensionAlias("mpg", "AVFoundation");
|
||||
addFileExtensionAlias("mpv", "AVFoundation");
|
||||
addFileExtensionAlias("mp4", "AVFoundation");
|
||||
addFileExtensionAlias("m4v", "AVFoundation");
|
||||
#endif
|
||||
|
||||
// remove geo to lwo alias as the new Carbon Graphics GEO format
|
||||
// also uses the .geo. It is still possible to load light wave .geo
|
||||
// files via loading the lwo plugin explicitly and then doing a readNodeFile.
|
||||
|
||||
Reference in New Issue
Block a user