summaryrefslogtreecommitdiffstats
path: root/vidix
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 /vidix
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 'vidix')
-rw-r--r--vidix/drivers/mach64_vid.c4
-rw-r--r--vidix/drivers/pm3_vid.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/vidix/drivers/mach64_vid.c b/vidix/drivers/mach64_vid.c
index 9c18ce999b..a85ff8a252 100644
--- a/vidix/drivers/mach64_vid.c
+++ b/vidix/drivers/mach64_vid.c
@@ -780,8 +780,8 @@ for(i=0; i<32; i++){
config->offsets[i] = config->offsets[i-1] + config->frame_size;
/*FIXME the left / top stuff is broken (= zoom a src rectangle from a larger one)
- 1. the framesize isnt known as the outer src rectangle dimensions arent known
- 2. the mach64 needs aligned addresses so it cant work anyway
+ 1. the framesize isn't known as the outer src rectangle dimensions aren't known
+ 2. the mach64 needs aligned addresses so it can't work anyway
-> so we could shift the outer buffer to compensate that but that would mean
alignment problems for the code which writes into it
*/
diff --git a/vidix/drivers/pm3_vid.c b/vidix/drivers/pm3_vid.c
index 3c678e10fd..b5169d8351 100644
--- a/vidix/drivers/pm3_vid.c
+++ b/vidix/drivers/pm3_vid.c
@@ -196,7 +196,7 @@ int vixQueryFourcc(vidix_fourcc_t *to)
#define FORMAT_VUY422 PM3VideoOverlayMode_COLORFORMAT_VUY422
#define FORMAT_YUV422 PM3VideoOverlayMode_COLORFORMAT_YUV422
-/* Notice, have to check that we dont overflow the deltas here ... */
+/* Notice, have to check that we don't overflow the deltas here ... */
static void
compute_scale_factor(
short* src_w, short* dst_w,