summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directfb.c
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 17:29:08 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 17:29:08 +0000
commitfadce2d781b6e05a8d2d3e027c8955380abf9b10 (patch)
tree983535bc2ce2ac9ef5a709ce6948ff530f9b0f66 /libvo/vo_directfb.c
parent9e12661e44d112bec77ae46c30315c5e79e4f0a1 (diff)
downloadmpv-fadce2d781b6e05a8d2d3e027c8955380abf9b10.tar.bz2
mpv-fadce2d781b6e05a8d2d3e027c8955380abf9b10.tar.xz
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_directfb.c')
-rw-r--r--libvo/vo_directfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_directfb.c b/libvo/vo_directfb.c
index e9c24271b2..b3c5902a25 100644
--- a/libvo/vo_directfb.c
+++ b/libvo/vo_directfb.c
@@ -362,7 +362,7 @@ if (verbose) printf("DirectFB: Preinit entered\n");
DFBCHECK (DirectFBCreate (&dfb));
DFBCHECK (dfb->SetCooperativeLevel (dfb, DFSCL_FULLSCREEN));
- // lets try to get YUY2 layer - borrowed from DirectFb examples
+ // let's try to get YUY2 layer - borrowed from DirectFb examples
/* Enumerate display layers */
DFBCHECK (dfb->EnumDisplayLayers( dfb, enum_layers_callback, &videolayer ));
@@ -1496,7 +1496,7 @@ static void draw_osd(void)
framelocked=0;
};
#endif
- // lets clear blackborders
+ // let's clear blackborders
primary->SetColor(primary,0,0,0,0);
// top
primary->FillRectangle(primary,0,0,screen_width,yoffset);