summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-12-01 15:14:47 +0800
committerLiu Ying <b17645@freescale.com>2010-12-02 10:09:07 +0800
commit8f45d72bbe87ac8569eddf4551399c479b9c5691 (patch)
tree512d2cfd06ae5277eeb0eb61b737ef918dd96a34 /drivers
parent0d6647a467774bf7a8d4d11c9f9c03fb55be1988 (diff)
ENGR00134203-2 V4l2 output:de-interlacing improvement
Correct the next field's start address. Signed-off-by: Liu Ying <b17645@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/output/mxc_v4l2_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/output/mxc_v4l2_output.c b/drivers/media/video/mxc/output/mxc_v4l2_output.c
index d45b4a111d1e..fa2b2d73852f 100644
--- a/drivers/media/video/mxc/output/mxc_v4l2_output.c
+++ b/drivers/media/video/mxc/output/mxc_v4l2_output.c
@@ -540,7 +540,7 @@ static void mxc_v4l2out_timer_handler(unsigned long arg)
ret += ipu_update_channel_buffer(MEM_VDI_PRP_VF_MEM_N,
IPU_INPUT_BUFFER,
vout->next_rdy_ipu_buf,
- vout->v4l2_bufs[index_n].m.offset) + vout->bytesperline;
+ vout->v4l2_bufs[index_n].m.offset + vout->bytesperline);
last_index_n = index;
} else {
vout->ipu_buf[vout->next_rdy_ipu_buf] = index;