From 5ca4d8972a7ae617c037dce55e2f3e39d9bd77f6 Mon Sep 17 00:00:00 2001 From: Chris Roth Date: Sun, 27 Nov 2016 20:11:37 -0500 Subject: [PATCH] Update jsmpg.js --- jsmpg.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/jsmpg.js b/jsmpg.js index 8b3eee9c..8306d9d8 100755 --- a/jsmpg.js +++ b/jsmpg.js @@ -1,20 +1,5 @@ (function(window){ 'use strict'; -// jsmpeg by Dominic Szablewski - phoboslab.org, github.com/phoboslab -// -// Consider this to be under MIT license. It's largely based an an Open Source -// Decoder for Java under GPL, while I looked at another Decoder from Nokia -// (under no particular license?) for certain aspects. -// I'm not sure if this work is "derivative" enough to have a different license -// but then again, who still cares about MPEG1? -// -// Based on "Java MPEG-1 Video Decoder and Player" by Korandi Zoltan: -// http://sourceforge.net/projects/javampeg1video/ -// -// Inspired by "MPEG Decoder in Java ME" by Nokia: -// http://www.developer.nokia.com/Community/Wiki/MPEG_decoder_in_Java_ME - - var requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame ||