aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/cx2341x.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/media/video/cx2341x.c b/drivers/media/video/cx2341x.c
index 4c8e95853fa3..022b480918cd 100644
--- a/drivers/media/video/cx2341x.c
+++ b/drivers/media/video/cx2341x.c
@@ -1000,20 +1000,6 @@ int cx2341x_update(void *priv, cx2341x_mbox_func func,
1000 h, w); 1000 h, w);
1001 if (err) return err; 1001 if (err) return err;
1002 } 1002 }
1003
1004 if (new->width != 720 || new->height != (new->is_50hz ? 576 : 480)) {
1005 /* Adjust temporal filter if necessary. The problem with the
1006 temporal filter is that it works well with full resolution
1007 capturing, but not when the capture window is scaled (the
1008 filter introduces a ghosting effect). So if the capture
1009 window is scaled, then force the filter to 0.
1010
1011 For full resolution the filter really improves the video
1012 quality, especially if the original video quality is
1013 suboptimal. */
1014 temporal = 0;
1015 }
1016
1017 if (force || NEQ(stream_type)) { 1003 if (force || NEQ(stream_type)) {
1018 err = cx2341x_api(priv, func, CX2341X_ENC_SET_STREAM_TYPE, 1, 1004 err = cx2341x_api(priv, func, CX2341X_ENC_SET_STREAM_TYPE, 1,
1019 mpeg_stream_type[new->stream_type]); 1005 mpeg_stream_type[new->stream_type]);