checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 17 Apr 1997 03:31:06 +0200
changeset 540 555743a120c0
parent 539 2177c51c742a
child 541 9b654ff94202
checkin from browser
AVIReader.st
--- a/AVIReader.st	Thu Apr 17 02:30:46 1997 +0200
+++ b/AVIReader.st	Thu Apr 17 03:31:06 1997 +0200
@@ -1,4 +1,14 @@
-'From Smalltalk/X, Version:3.1.5 on 11-apr-1997 at 6:49:43 pm'                  !
+"
+ COPYRIGHT (c) 1997 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 
 RIFFReader subclass:#AVIReader
 	instanceVariableNames:'frames nframes frameBuffer frameBufferSize imageBuffer redPalette
@@ -27,10 +37,11 @@
 
 documentation
 "
-    Read frames from a AVI file.
     This is not yet completed.
 
-    this is a very first attempt in reading FLI files;
+    Read frames from a AVI file.
+
+    this is a very first attempt in reading AVI files;
     its very experimental and may change.
     (will introduce a new class hierarchy based upon
      MovieReader ...).
@@ -39,7 +50,7 @@
     the very first frame.
 
     Warning: right now, the complete movie is read and huge
-    amounts of memoru are allocated. The interface will be changed
+    amounts of memory are allocated. The interface will be changed
     to allow stream operation ...
 
     [author:]
@@ -1450,6 +1461,6 @@
 !AVIReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.2 1997-04-14 13:09:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.3 1997-04-17 01:31:06 cg Exp $'
 ! !
 AVIReader initialize!