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

Commit c65f2760 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: Enumerate codec type for Vp8 and Vp9" into LA.BR.1.2.9.1_1

parents cc2b7d2e 90581c1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -288,6 +288,8 @@ enum vdec_codec {
	VDEC_CODECTYPE_VC1_RCV = 0xc,
	VDEC_CODECTYPE_HEVC = 0xd,
	VDEC_CODECTYPE_MVC = 0xe,
	VDEC_CODECTYPE_VP8 = 0xf,
	VDEC_CODECTYPE_VP9 = 0x10,
};

enum vdec_mpeg2_profile {