diff options
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/media-ctl/libv4l2subdev.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/3rdparty/media-ctl/libv4l2subdev.c b/3rdparty/media-ctl/libv4l2subdev.c index 3dcf943..8ddc4df 100644 --- a/3rdparty/media-ctl/libv4l2subdev.c +++ b/3rdparty/media-ctl/libv4l2subdev.c @@ -648,7 +648,7 @@ static int set_frame_interval(struct media_entity *entity,  static int v4l2_subdev_parse_setup_format(struct media_device *media,  					  const char *p, char **endp)  { -	struct v4l2_mbus_framefmt format = { 0, 0, 0 }; +	struct v4l2_mbus_framefmt format = { 0, };  	struct media_pad *pad;  	struct v4l2_rect crop = { -1, -1, -1, -1 };  	struct v4l2_rect compose = crop; | 
