aboutsummaryrefslogtreecommitdiffstats
path: root/librevideojs/js/cliplibrejs-playlists.js
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2016-12-26 22:17:40 -0500
committerHeckyel <heckyel@openmailbox.org>2016-12-26 22:17:40 -0500
commitbaf0e2f23a5e9a8a4f384ade17a4780b4dd5f9e6 (patch)
tree6eb7620d445ed873e3a508b8f4ee99e2159446e7 /librevideojs/js/cliplibrejs-playlists.js
parenta4bd4e56dae8598728fd4c861427540e7a86db87 (diff)
downloadlibrevideojs-html5-player-baf0e2f23a5e9a8a4f384ade17a4780b4dd5f9e6.tar.lz
librevideojs-html5-player-baf0e2f23a5e9a8a4f384ade17a4780b4dd5f9e6.tar.xz
librevideojs-html5-player-baf0e2f23a5e9a8a4f384ade17a4780b4dd5f9e6.zip
Perfect Responsive Desing
Diffstat (limited to 'librevideojs/js/cliplibrejs-playlists.js')
-rw-r--r--librevideojs/js/cliplibrejs-playlists.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/librevideojs/js/cliplibrejs-playlists.js b/librevideojs/js/cliplibrejs-playlists.js
index 9826f02..bbee6c5 100644
--- a/librevideojs/js/cliplibrejs-playlists.js
+++ b/librevideojs/js/cliplibrejs-playlists.js
@@ -5,8 +5,7 @@
* @licstart The following is the entire license notice for the
* JavaScript code in this page.
*
- * Copyleft 2016 Jesús Eduardo, Jorge Maldonado Ventura.
- *
+ * Copyleft 2016 Heckyel - Cybersy
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
@@ -34,8 +33,8 @@ function playList(options,arg){
player.pl._guessVideoType = function(video){
var videoTypes = {
'webm' : 'video/webm',
+ 'ogv' : 'video/ogg',
'mp4' : 'video/mp4',
- 'ogv' : 'video/ogg'
};
var extension = video.split('.').pop();