hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/media/platform/omap/omap_voutlib.c
....@@ -95,7 +95,11 @@
9595
9696 /* We now have a valid preview window, so go with it */
9797 new_win->w = try_win;
98
- new_win->field = V4L2_FIELD_ANY;
98
+ new_win->field = V4L2_FIELD_NONE;
99
+ new_win->clips = NULL;
100
+ new_win->clipcount = 0;
101
+ new_win->bitmap = NULL;
102
+
99103 return 0;
100104 }
101105 EXPORT_SYMBOL_GPL(omap_vout_try_window);