diff options
Diffstat (limited to 'DOCS')
-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> |