summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2011-05-17 14:17:49 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2011-05-17 14:17:49 +0100
commit50820920cd492cf76bf72c1f915217937f764c62 (patch)
tree3157e4b973a912916191d29a6ca90e1d929f0251 /src/video_out
parent597429a7d24b55dec3570598f9509e8aa635cf04 (diff)
parentc5159206dcea00766b7d567193e1c4fd13f12cf3 (diff)
downloadxine-lib-50820920cd492cf76bf72c1f915217937f764c62.tar.gz
xine-lib-50820920cd492cf76bf72c1f915217937f764c62.tar.bz2
Merge from 1.1.
--HG-- rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/video_out_directfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c
index d004939c2..2b6c31552 100644
--- a/src/video_out/video_out_directfb.c
+++ b/src/video_out/video_out_directfb.c
@@ -707,7 +707,7 @@ static void directfb_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen
|| (frame->vo_frame.crop_left != this->sc.crop_left)
|| (frame->vo_frame.crop_right != this->sc.crop_right)
|| (frame->vo_frame.crop_top != this->sc.crop_top)
- || (frame->vo_frame.crop_bottom != this->sc.crop_bottom) ) {
+ || (frame->vo_frame.crop_bottom != this->sc.crop_bottom) )
{
lprintf ("forcing redraw.\n");
this->sc.force_redraw = 1;