diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-19 22:46:01 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-19 22:46:01 +0000 |
commit | 8158af85b1cdde4a9fc4db6923746ccd13910d75 (patch) | |
tree | 52e5dc7c4900afb08e30ce48238c520c80ed00e6 | |
parent | b84394698ea8466e18e241a70ad2e88f098348bb (diff) |
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12853 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/fr/mplayer.1 | 2 | ||||
-rw-r--r-- | DOCS/tech/libvo.txt | 2 | ||||
-rw-r--r-- | DOCS/xml/en/video.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/fr/mplayer.1 b/DOCS/man/fr/mplayer.1 index fe69b158ac..b3d7006c43 100644 --- a/DOCS/man/fr/mplayer.1 +++ b/DOCS/man/fr/mplayer.1 @@ -1601,7 +1601,7 @@ désirer afficher la vidéo. . .TP .B \-double -Active le double-buffering. +Active le doublebuffering. Evite le scintillement en plaçant deux trames en mémoire, et en affichant l'une tandis que l'on décode l'autre. Peut affecter l'OSD. diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt index e188b5853d..6e50974ed8 100644 --- a/DOCS/tech/libvo.txt +++ b/DOCS/tech/libvo.txt @@ -117,5 +117,5 @@ Each vo driver _has_ to implement these: (tdfxfb) or render subtitles under of the image (vo_mpegpes, sdl) flip_page(): this is called after each frame, this diplays the buffer for - real. This is 'swapbuffers' when double-buffering. + real. This is 'swapbuffers' when doublebuffering. diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 39b68128c3..d6e9468d9a 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -489,7 +489,7 @@ a (possibly slow) conversion has to be done. If you should be lucky enough to have enough offscreen memory left to put a whole image there, the DGA driver will use doublebuffering, which results in much smoother movie replaying. It will tell you whether -double-buffering is enabled or not. +doublebuffering is enabled or not. </para> <para> |