summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-18 19:00:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-18 19:00:05 +0000
commitd25a85f17bbad80dbf07868750a7d8c83393f6c9 (patch)
tree56d807b8d1d8c37734946fde7cdfe67aa0ec0216 /DOCS
parentd9bd42eb31199443b201536deb0a41fd8a283475 (diff)
downloadmpv-d25a85f17bbad80dbf07868750a7d8c83393f6c9.tar.bz2
mpv-d25a85f17bbad80dbf07868750a7d8c83393f6c9.tar.xz
spelling: big-endian and little-endian
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13048 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/encoding-tips.txt2
-rw-r--r--DOCS/tech/mpcf.txt2
-rw-r--r--DOCS/xml/en/audio.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/encoding-tips.txt b/DOCS/tech/encoding-tips.txt
index 9f1c71c395..316ddcec0a 100644
--- a/DOCS/tech/encoding-tips.txt
+++ b/DOCS/tech/encoding-tips.txt
@@ -41,7 +41,7 @@ negative, use a command like this:
Don't include the minus (-) sign in delay. Also, keep in mind you'll
have to change the 1764 number and provide additional options to lame
-if your audio stream isn't 44100/16bit/littleendian/stereo.
+if your audio stream isn't 44100/16bit/little-endian/stereo.
Step 3: Use mencoder to remux your new mp3 file with the movie:
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index a3422286e3..5360ba790f 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -39,7 +39,7 @@ SHOULD its recommanded to be done that way but its not strictly required
Type definitions:
-f(x) n fixed bits in big endian order
+f(x) n fixed bits in big-endian order
u(x) unsigned number encoded in x bits in MSB first order
v
diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml
index 11acc59cd0..c688bb039a 100644
--- a/DOCS/xml/en/audio.xml
+++ b/DOCS/xml/en/audio.xml
@@ -637,7 +637,7 @@ The <option>format</option> filter converts between different sample formats. It
concatenated mix of: <option>alaw</option>, <option>mulaw</option> or
<option>imaadpcm</option>, <option>float</option> or <option>int</option>,
<option>unsigned</option> or <option>signed</option>, <option>le</option> or
- <option>be</option> (little or big endian). This option is required,
+ <option>be</option> (little- or big-endian). This option is required,
leaving it empty results in a runtime error.
</para></listitem>
</varlistentry>