[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:
Ismael Luceno 2013-04-12 18:28:33 -03:00 committed by Mauro Carvalho Chehab
parent 7186797646
commit cdcfe40a5f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}