summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/videobox/gstvideobox.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e82ed97..91e6116c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-08 Michael Smith <msmith@fluendo.com>
+
+ * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
+ Render right border in the correct location.
+
2007-08-08 Wim Taymans <wim.taymans@gmail.com>
Patch by: Olivier Crete <tester at tester dot ca>
diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c
index 14da82b5..037b888c 100644
--- a/gst/videobox/gstvideobox.c
+++ b/gst/videobox/gstvideobox.c
@@ -823,7 +823,6 @@ gst_video_box_ayuv_i420 (GstVideoBox * video_box, guint8 * src, guint8 * dest)
/* right border */
if (br < 0) {
- a = 0;
oil_splat_u8_ns (Ydest, (guint8 *) & empty_px_values[0], -br);
for (j = 0; j < -br; j++) {
Utemp[UVfloor (a + crop_w + j)] =