Skip to content

Commit

Permalink
Update jsmpg.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cjroth authored Nov 28, 2016
1 parent 7ca160a commit 5ca4d89
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions jsmpg.js
Original file line number Diff line number Diff line change
@@ -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 ||
Expand Down

0 comments on commit 5ca4d89

Please sign in to comment.