Add another Exynos prefix

This commit is contained in:
Cameron Gutman 2015-03-23 16:51:32 -04:00
parent 9c0960d03d
commit 5c71f55993

View File

@ -35,6 +35,7 @@ public class MediaCodecHelper {
// can be directly invoked from the receive thread
directSubmitPrefixes.add("omx.qcom");
directSubmitPrefixes.add("omx.sec");
directSubmitPrefixes.add("omx.exynos");
directSubmitPrefixes.add("omx.intel");
directSubmitPrefixes.add("omx.brcm");
}