summaryrefslogtreecommitdiffstats
path: root/msvidc.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-17 19:55:25 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-17 19:55:25 +0000
commit9d1468947ad7498ece2e6cc2863f5897555a1731 (patch)
treeab7e4f43156e28b43c163c419fdc9e4493f4669c /msvidc.c
parentddf7accc4be52afc93edd0e3f34df1959d1b1a81 (diff)
downloadmpv-9d1468947ad7498ece2e6cc2863f5897555a1731.tar.bz2
mpv-9d1468947ad7498ece2e6cc2863f5897555a1731.tar.xz
added copyleft header ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2961 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'msvidc.c')
-rw-r--r--msvidc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/msvidc.c b/msvidc.c
index d02e9d5932..4e24617b1f 100644
--- a/msvidc.c
+++ b/msvidc.c
@@ -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)