summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 10:27:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-24 10:27:14 +0000
commit4f452096c0182355ee332b81f8d43baeebd6a383 (patch)
tree315b3e00583ac3c424b49f0d06bb6c7466099b9c /DOCS/tech
parent4402f7d0897a1b26b6085cc00d5a168396637c30 (diff)
downloadmpv-4f452096c0182355ee332b81f8d43baeebd6a383.tar.bz2
mpv-4f452096c0182355ee332b81f8d43baeebd6a383.tar.xz
cosmetics: Fix some common typos, appropiate --> appropRiate,
handEling --> handling, dependAnt --> dependEnt. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22334 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/TODO2
-rw-r--r--DOCS/tech/encoding-tips.txt2
-rw-r--r--DOCS/tech/hwac3.txt2
-rw-r--r--DOCS/tech/playtree2
4 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index fdfec6fb9c..36ddefcf1b 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -16,7 +16,7 @@ CVS CLEANUP work:
- bte.diff - something input plugin (uses fork() )
- lavc_statsfile_errorchecking-patch - handle errors writing to logfile
- xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
- - fastermemcpy.diff - cacheline-size dependant optimizations
+ - fastermemcpy.diff - cacheline-size dependent optimizations
- fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
(needs to be integrated with --runtime-cpu-detection en/disabled modes)
- mga_vid_laced.diff - buggy interlace support into mga_vid
diff --git a/DOCS/tech/encoding-tips.txt b/DOCS/tech/encoding-tips.txt
index 91701d86ea..baf866e715 100644
--- a/DOCS/tech/encoding-tips.txt
+++ b/DOCS/tech/encoding-tips.txt
@@ -302,7 +302,7 @@ bits (i.e. 900kbps is 900000))
This way it apeared that the minimum bits per block is ~40, very
good results are with ~50, and everything above 60 is a waste of bandwidth.
-And what's actually funny is that it was independant of codec used. The
+And what's actually funny is that it was independent of codec used. The
results were exactly the same, whether I used DIV3 (with tricky nandub's
magick), ffmpeg odivx, DivX5 on Windows or XviD.
diff --git a/DOCS/tech/hwac3.txt b/DOCS/tech/hwac3.txt
index e5e42670d4..b3a7e9a757 100644
--- a/DOCS/tech/hwac3.txt
+++ b/DOCS/tech/hwac3.txt
@@ -137,7 +137,7 @@ options snd-pcm-oss snd_dsp_map=0 snd_adsp_map=2 # do the mapping
This works flawlessly in combination with alsa's native
SysVrc-init-script 'alsasound'. Be sure to disable any distribution
-dependant script (e.g. Mandrake-8.1 has an 'alsa' script which depends
+dependent script (e.g. Mandrake-8.1 has an 'alsa' script which depends
on ALSA-0.5).
Sorry for you *BSD'lers out there. I have no grasp on sound support there.
diff --git a/DOCS/tech/playtree b/DOCS/tech/playtree
index d6d686291e..0e9a7d3184 100644
--- a/DOCS/tech/playtree
+++ b/DOCS/tech/playtree
@@ -117,7 +117,7 @@ Ok, that's all for now. To have some exemples look into mplayer.c ;)
First just after config parsing, the iterator is created there. Also
after stream opening, in case the stream is a playlist it replace the
entry which contained the playlist by the result of the parsing.
-In the event handeling it check if a step can be done, etc. And finnaly
+In the event handling it check if a step can be done, etc. And finnaly
at the end it go the next entry.
Suggestion, flames, etc about this doc must go to albeu@free.fr