diff options
author | Jason Chen <b02280@freescale.com> | 2008-04-17 11:23:32 +0800 |
---|---|---|
committer | Daniel Schaeffer <daniel.schaeffer@timesys.com> | 2008-08-25 15:21:02 -0400 |
commit | 519bdbfb2fefc1015e775bcdecd443a3133e1cb9 (patch) | |
tree | 43485eb7cf46a47a911aa9bcc1423480a6ca7a6a /drivers | |
parent | ff81914a0982204f46e5a7632c65348253d99c76 (diff) |
ENGR00073155 V4L output remains rotation setting
Fix V4L output remain rotation setting issue.
Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'drivers')
-rwxr-xr-x | drivers/media/video/mxc/output/mxc_v4l2_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |