mirror of https://gitee.com/openkylin/linux.git
[media] solo6x10: Update the encoder mode on VIDIOC_S_FMT
Signed-off-by: Ismael Luceno <ismael.luceno@corp.bluecherry.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
7186797646
commit
cdcfe40a5f
|
@ -872,6 +872,7 @@ static int solo_enc_set_fmt_cap(struct file *file, void *priv,
|
|||
if (pix->priv)
|
||||
solo_enc->type = SOLO_ENC_TYPE_EXT;
|
||||
*/
|
||||
solo_update_mode(solo_enc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue