Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdcfe40a authored by Ismael Luceno's avatar Ismael Luceno Committed by Mauro Carvalho Chehab
Browse files

[media] solo6x10: Update the encoder mode on VIDIOC_S_FMT

parent 71867976
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -872,6 +872,7 @@ static int solo_enc_set_fmt_cap(struct file *file, void *priv,
	if (pix->priv)
	if (pix->priv)
		solo_enc->type = SOLO_ENC_TYPE_EXT;
		solo_enc->type = SOLO_ENC_TYPE_EXT;
	 */
	 */
	solo_update_mode(solo_enc);
	return 0;
	return 0;
}
}