summaryrefslogtreecommitdiffstats
path: root/vidix/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/drivers')
-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,