summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 05762e5bbe..da08265760 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -565,7 +565,7 @@ static int draw_slice(uint8_t * src[], int stride[], int w, int h,
dst[0] += dstStride[0] * (image_height - 1);
dstStride[0] = -dstStride[0];
}
- sws_scale_ordered(swsContext, src, stride, y, h, dst, dstStride);
+ sws_scale(swsContext, src, stride, y, h, dst, dstStride);
return 0;
}