fixed small typos

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@134 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-18 14:27:28 +00:00
parent 68572daa0d
commit e2f588ff6d
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ Now, go on:
And they call the appropriate demuxer, to get the compressed data. And they call the appropriate demuxer, to get the compressed data.
(see 2.) (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. The libmpeg2 is so unstable, that I can't believe it.
Of course I don't mean it bullshit :) rather it only accepts Of course I don't mean it bullshit :) rather it only accepts
totally perfect, errorfree streams. If it founds error, it's 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 info). MPEG codecs (libmpeg2, opendivx) use this. This doesn't have
to display the whole frame, only update small parts of it. to display the whole frame, only update small parts of it.
5.b draw_frame(): this is the older interface, this displays only complete 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). Win32 codecs use this (DivX, Indeo, etc).