diff options
| -rw-r--r-- | drivers/media/video/s5p-fimc/fimc-capture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-capture.c b/drivers/media/video/s5p-fimc/fimc-capture.c index 82d9ab6984eb..2cc3b9166724 100644 --- a/drivers/media/video/s5p-fimc/fimc-capture.c +++ b/drivers/media/video/s5p-fimc/fimc-capture.c | |||
| @@ -1242,6 +1242,7 @@ static int fimc_subdev_set_fmt(struct v4l2_subdev *sd, | |||
| 1242 | 1242 | ||
| 1243 | mutex_lock(&fimc->lock); | 1243 | mutex_lock(&fimc->lock); |
| 1244 | set_frame_bounds(ff, mf->width, mf->height); | 1244 | set_frame_bounds(ff, mf->width, mf->height); |
| 1245 | fimc->vid_cap.mf = *mf; | ||
| 1245 | ff->fmt = ffmt; | 1246 | ff->fmt = ffmt; |
| 1246 | 1247 | ||
| 1247 | /* Reset the crop rectangle if required. */ | 1248 | /* Reset the crop rectangle if required. */ |
