Add support for other movie content types

This commit is contained in:
Jermolene
2016-12-23 08:34:07 +00:00
parent f143164cbe
commit 0383b98555
+1
View File
@@ -30,6 +30,7 @@ var VideoParser = function(type,text,options) {
};
exports["video/mp4"] = VideoParser;
exports["video/quicktime"] = VideoParser;
})();