From 519bdbfb2fefc1015e775bcdecd443a3133e1cb9 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Thu, 17 Apr 2008 11:23:32 +0800 Subject: ENGR00073155 V4L output remains rotation setting Fix V4L output remain rotation setting issue. Signed-off-by: Jason Chen --- drivers/media/video/mxc/output/mxc_v4l2_output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/media/video/mxc/output/mxc_v4l2_output.c b/drivers/media/video/mxc/output/mxc_v4l2_output.c index 38e7e60faea4..171b99968fc8 100755 --- a/drivers/media/video/mxc/output/mxc_v4l2_output.c +++ b/drivers/media/video/mxc/output/mxc_v4l2_output.c @@ -1044,6 +1044,7 @@ static int mxc_v4l2out_open(struct inode *inode, struct file *file) vout->output_timer.data = (unsigned long)vout; vout->state = STATE_STREAM_OFF; + vout->rotate = IPU_ROTATE_NONE; g_irq_cnt = g_buf_output_cnt = g_buf_q_cnt = g_buf_dq_cnt = 0; } -- cgit v1.2.3