diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-15 07:21:33 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-15 07:21:33 +0000 |
commit | 26543fef95be404da8ee8b1ef242acb6eea9cc22 (patch) | |
tree | 35ec701f1e380f37c8b0032fca5cebd56bc75923 /libvo | |
parent | 7c9f90aa51781b171612b417926fe58fa7a54c6d (diff) |
Fix OSD, small misspelling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1528 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_aa.c | 4 |
1 files 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" ); |