"-vo sdl -dga" corrected to "-vo sdl -sdl dga"

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@838 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-05-18 20:48:21 +00:00
parent 726baf09f3
commit 522130f543
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Contents
~~~~~~~~~~~~~~~~
DGA is used in two places with MPlayer: The SDL driver can be made to make
use of it (-vo sdl -dga (or the like)) and within the DGA driver (-vo dga).
use of it (-vo sdl -sdl dga) and within the DGA driver (-vo dga).
The above said is true for both; in the following sections I'll explain
how the DGA driver for MPlayer works.