mirror of https://github.com/mpv-player/mpv
Cosmetics, a typo and some rewording.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9136 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
acfac05390
commit
bebe2b1718
|
@ -244,9 +244,9 @@
|
||||||
|
|
||||||
<P>MPlayer currently does not support seeking in GIF files. GIF files do
|
<P>MPlayer currently does not support seeking in GIF files. GIF files do
|
||||||
not necessarily have a fixed frame size, nor a fixed framerate. Rather,
|
not necessarily have a fixed frame size, nor a fixed framerate. Rather,
|
||||||
each frame is of independant size and is supposed to be positioned in a
|
each frame is of independent size and is supposed to be positioned in a
|
||||||
certain place on a field of fixed-size. The framerate is controlled by
|
certain place on a field of fixed-size. The framerate is controlled by
|
||||||
an optional block before each frame that specifies a next frame's delay
|
an optional block before each frame that specifies the next frame's delay
|
||||||
in centiseconds.</P>
|
in centiseconds.</P>
|
||||||
|
|
||||||
<P>Standard GIF files contain 24-bit RGB frames with at most an 8-bit
|
<P>Standard GIF files contain 24-bit RGB frames with at most an 8-bit
|
||||||
|
@ -254,12 +254,11 @@
|
||||||
some GIF encoders produce uncompressed frames to avoid patent issues
|
some GIF encoders produce uncompressed frames to avoid patent issues
|
||||||
with LZW compression.</P>
|
with LZW compression.</P>
|
||||||
|
|
||||||
<P>Though many common Linux distributions come with libungif, you can
|
<P>If your distribution does not come with libungif, download a copy from the
|
||||||
download a copy from the following address:
|
<A HREF="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml">libungif homepage</A>.
|
||||||
<A HREF="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml">http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml</A></P>
|
For detailed technical information, have a look at the
|
||||||
|
<A HREF="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF89a specification</A>.</P>
|
||||||
|
|
||||||
<P>The GIF specification can be downloaded from the following address:
|
|
||||||
<A HREF="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">http://www.w3.org/Graphics/GIF/spec-gif89a.txt</A></P>
|
|
||||||
|
|
||||||
<H3><A NAME="audio_formats">2.1.2 Audio formats</A></H3>
|
<H3><A NAME="audio_formats">2.1.2 Audio formats</A></H3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue