diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-18 14:27:28 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-18 14:27:28 +0000 |
commit | e2f588ff6d45de8b5b0f04459889eac3cab4567e (patch) | |
tree | 46cb84b501a381053e26fa00d969011926e4f922 /DOCS | |
parent | 68572daa0d0adf58203cb33ef3f2964a00646e91 (diff) | |
download | mpv-e2f588ff6d45de8b5b0f04459889eac3cab4567e.tar.bz2 mpv-e2f588ff6d45de8b5b0f04459889eac3cab4567e.tar.xz |
fixed small typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@134 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/general.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt index df0503cc89..4bdbb15bcb 100644 --- a/DOCS/tech/general.txt +++ b/DOCS/tech/general.txt @@ -107,7 +107,7 @@ Now, go on: 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 @@ Now, go on: 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). |