*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 21 Jun 1997 18:24:46 +0200
changeset 616 1d54288dbd25
parent 615 1f5b783f9c08
child 617 20a86b0e23d2
*** empty log message ***
AVIReader.st
--- a/AVIReader.st	Sat Jun 21 18:24:35 1997 +0200
+++ b/AVIReader.st	Sat Jun 21 18:24:46 1997 +0200
@@ -42,9 +42,10 @@
     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 ...).
+    (a first experiment in reading that fileFormat)
+
+    Its very experimental, preliminary and will certainly change.
+    (will introduce a new class hierarchy based upon some MovieReader ...).
 
     When used like an imageReader, #fromFile: will return
     the very first frame.
@@ -1461,6 +1462,6 @@
 !AVIReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.4 1997-04-21 16:57:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.5 1997-06-21 16:24:46 cg Exp $'
 ! !
 AVIReader initialize!