The patch number 8897 was added via Mike Isely <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Mike Isely <[EMAIL PROTECTED]> pvrusb2: Mark crop window size change as being disruptive to the encoder Priority: normal Signed-off-by: Mike Isely <[EMAIL PROTECTED]> --- linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 ++ 1 file changed, 2 insertions(+) diff -r 35a0b6426c99 -r dc99b98c9edc linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c Sat Aug 30 16:26:39 2008 -0500 +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c Sun Aug 31 18:50:59 2008 -0500 @@ -2681,6 +2681,8 @@ static int pvr2_hdw_commit_execute(struc 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) { --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/dc99b98c9edc90c01d426e030e1538f75639c1f4 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits