# HG changeset patch # User diego # Date 1090277161 0 # Node ID a8b4564641e094d8fa71deab5d5716933a353b43 # Parent 28347c7611823da14ad8ca459e5e7b9cb648b3a7 typo diff -r 28347c761182 -r a8b4564641e0 DOCS/man/fr/mplayer.1 --- a/DOCS/man/fr/mplayer.1 Mon Jul 19 22:42:56 2004 +0000 +++ b/DOCS/man/fr/mplayer.1 Mon Jul 19 22:46:01 2004 +0000 @@ -1601,7 +1601,7 @@ . .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 -r 28347c761182 -r a8b4564641e0 DOCS/tech/libvo.txt --- a/DOCS/tech/libvo.txt Mon Jul 19 22:42:56 2004 +0000 +++ b/DOCS/tech/libvo.txt Mon Jul 19 22:46:01 2004 +0000 @@ -117,5 +117,5 @@ (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 -r 28347c761182 -r a8b4564641e0 DOCS/xml/en/video.xml --- a/DOCS/xml/en/video.xml Mon Jul 19 22:42:56 2004 +0000 +++ b/DOCS/xml/en/video.xml Mon Jul 19 22:46:01 2004 +0000 @@ -489,7 +489,7 @@ 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.