diff options
Diffstat (limited to 'librevideojs/js/cliplibrejs-playlists.js')
-rw-r--r-- | librevideojs/js/cliplibrejs-playlists.js | 5 |
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(); |