[Mplayer-cvslog] CVS: main msvidc.c,1.1,1.2

Alex Beregszaszi alex at mplayer.dev.hu
Sat Nov 17 20:55:27 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv28206

Modified Files:
	msvidc.c 
Log Message:
added copyleft header ;)

Index: msvidc.c
===================================================================
RCS file: /cvsroot/mplayer/main/msvidc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- msvidc.c	11 Nov 2001 13:35:00 -0000	1.1
+++ msvidc.c	17 Nov 2001 19:55:25 -0000	1.2
@@ -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)
 




More information about the MPlayer-cvslog mailing list