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

Commit c36bca37 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: fix uapi struct typographical error"

parents 27174196 c8d13c82
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -84,6 +84,9 @@ struct msm_vidc_stream_userdata_payload {
struct msm_vidc_frame_qp_payoad {
	unsigned int frame_qp;
};
struct msm_vidc_frame_qp_payload {
	unsigned int frame_qp;
};
struct msm_vidc_frame_bits_info_payload {
	unsigned int frame_bits;
	unsigned int header_bits;