diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/en/mplayer.1 | 2 | ||||
-rw-r--r-- | DOCS/en/video.html | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1 index 0f21e5dd98..4a8b00dfbb 100644 --- a/DOCS/en/mplayer.1 +++ b/DOCS/en/mplayer.1 @@ -2795,7 +2795,7 @@ gt(a,b): is 1 if a>b, 0 otherwise .br lt(a,b): is 1 if a<b, 0 otherwise .br -eq(a,b): is 1 if a==b,0 otherwise +eq(a,b): is 1 if a==b, 0 otherwise .br sin, cos, tan, sinh, cosh, tanh, exp, log, abs . diff --git a/DOCS/en/video.html b/DOCS/en/video.html index 0190845c55..eef74bb24b 100644 --- a/DOCS/en/video.html +++ b/DOCS/en/video.html @@ -985,12 +985,13 @@ Indeed it doesn't matter which video output driver is used with <B>VIDIX</B>. informations.</P> <P>This video output driver will enable CRTC2 (on the second head) on the - Matrox G400 card, displaying video <B>independently</B> of the first head.</P> + Matrox G400/G450/G550 cards, displaying video <B>independently</B> of the + first head.</P> <P>Instructions on how to make it work can be found in the <A HREF="../tech/directfb.txt">tech section</A> or directly on Ville Syrjala's - <A HREF="http://www.sci.fi/~syrjala/directfb/readme.txt">home page</A>.</P> + <A HREF="http://www.sci.fi/~syrjala/directfb/Matrox_TV-out_README.txt">home page</A>.</P> <P>Note: we haven't been able to make this work, but others did. Anyway, porting of the CRTC2 code to <B>mga_vid</B> is underway.</P> |