From: Mike Isely Date: Sun, 31 Aug 2008 23:50:59 +0000 (-0300) Subject: V4L/DVB (8897): pvrusb2: Mark crop window size change as being disruptive to the... X-Git-Tag: v2.6.28-rc1~601^2~213 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=755879c66bb820ec27e2e02b22b13d3896583efe;p=karo-tx-linux.git V4L/DVB (8897): pvrusb2: Mark crop window size change as being disruptive to the encoder Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 68f4315201a5..e29a39ffdcca 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c @@ -2657,6 +2657,8 @@ static int pvr2_hdw_commit_execute(struct pvr2_hdw *hdw) hdw->srate_dirty || hdw->res_ver_dirty || hdw->res_hor_dirty || + hdw->cropw_dirty || + hdw->croph_dirty || hdw->input_dirty || (hdw->active_stream_type != hdw->desired_stream_type)); if (disruptive_change && !hdw->state_pipeline_idle) {