summaryrefslogtreecommitdiffstats
path: root/gst/videobox
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2007-08-08 17:47:05 +0000
committerMichael Smith <msmith@xiph.org>2007-08-08 17:47:05 +0000
commitcf57faff63479cbd472ff0d55f32a5194743b7e5 (patch)
tree5f129d7a1e483f0255df1b5960cd62335d16a5a2 /gst/videobox
parentcfc23b6130ff1ff4fba44750e9c03ac47099ff1f (diff)
gst/videobox/gstvideobox.c: Render right border in the correct location.
Original commit message from CVS: * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420): Render right border in the correct location.
Diffstat (limited to 'gst/videobox')
-rw-r--r--gst/videobox/gstvideobox.c1
1 files changed, 0 insertions, 1 deletions
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)] =