changeset 133:1cb4ee3b4890

fixed small typos
author arpi_esp
date Sun, 18 Mar 2001 14:27:28 +0000
parents 642d64c1cc33
children c1ca5e8df170
files DOCS/tech/general.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/general.txt	Sun Mar 18 13:57:06 2001 +0000
+++ b/DOCS/tech/general.txt	Sun Mar 18 14:27:28 2001 +0000
@@ -107,7 +107,7 @@
 	 And they call the appropriate demuxer, to get the compressed data.
 	 (see 2.)
 
-5.a Codec controller: this is the greates hack in the whole :)
+5.a Codec controller: this is the greatest hack in the whole :)
 	 The libmpeg2 is so unstable, that I can't believe it.
 	 Of course I don't mean it bullshit :) rather it only accepts
 	 totally perfect, errorfree streams. If it founds error, it's
@@ -148,5 +148,5 @@
 	 info). MPEG codecs (libmpeg2, opendivx) use this. This doesn't have
 	 to display the whole frame, only update small parts of it.
 5.b draw_frame(): this is the older interface, this displays only complete
-	 frames, and can do only packed format (YUV2, RGB/BGR).
+	 frames, and can do only packed format (YUY2, RGB/BGR).
 	 Win32 codecs use this (DivX, Indeo, etc).