added copyleft header ;)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-17 19:55:25 +00:00
parent ddf7accc4b
commit 9d1468947a
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*
Microsoft Video 1 Decoder
(C) 2001 Mike Melanson
The description of the algorithm you can read here:
http://www.pcisys.net/~melanson/video1.txt
*/
#define LE_16(x) *(unsigned short *)(x)