From 26543fef95be404da8ee8b1ef242acb6eea9cc22 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Wed, 15 Aug 2001 07:21:33 +0000 Subject: [PATCH] Fix OSD, small misspelling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1528 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_aa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c index 18da299eda..c575de7260 100644 --- a/libvo/vo_aa.c +++ b/libvo/vo_aa.c @@ -75,7 +75,7 @@ static int *sty; double accum; /* our version of the playmodes :) */ -static char * osdmodes[] ={ "|>", "||", ">>", "[]" , ">>" }; +static char * osdmodes[] ={ "|>", "||", "[]", "<<" , ">>" }; extern void mplayer_put_key(int code); @@ -277,7 +277,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, "\t6 : brightness -\n" "\t7 : brightness +\n" "\n" - "All other keys are MPlayer standart\n" + "All other keys are MPlayer defaults.\n" );