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

Commit 038265c9 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: set unique value for mvc profile"

parents bed4e79b 98c5d442
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ enum hal_divx_profile {
};

enum hal_mvc_profile {
	HAL_MVC_PROFILE_STEREO_HIGH  = 0x00000001,
	HAL_MVC_PROFILE_STEREO_HIGH  = 0x00001000,
	HAL_UNUSED_MVC_PROFILE = 0x10000000,
};