浏览代码

Update jsmpg.js

Chris Roth 9 年前
父节点
当前提交
5ca4d8972a
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      jsmpg.js

+ 0 - 15
jsmpg.js 查看文件

@@ -1,20 +1,5 @@
1 1
 (function(window){ 'use strict';
2 2
 
3
-// jsmpeg by Dominic Szablewski - phoboslab.org, github.com/phoboslab
4
-//
5
-// Consider this to be under MIT license. It's largely based an an Open Source
6
-// Decoder for Java under GPL, while I looked at another Decoder from Nokia
7
-// (under no particular license?) for certain aspects.
8
-// I'm not sure if this work is "derivative" enough to have a different license
9
-// but then again, who still cares about MPEG1?
10
-//
11
-// Based on "Java MPEG-1 Video Decoder and Player" by Korandi Zoltan:
12
-// http://sourceforge.net/projects/javampeg1video/
13
-//
14
-// Inspired by "MPEG Decoder in Java ME" by Nokia:
15
-// http://www.developer.nokia.com/Community/Wiki/MPEG_decoder_in_Java_ME
16
-
17
-
18 3
 var requestAnimFrame = (function(){
19 4
 	return window.requestAnimationFrame ||
20 5
 		window.webkitRequestAnimationFrame ||