Merge "video: driver: modify priority level enum"

This commit is contained in:
qctecmdr
2021-06-02 15:31:22 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -144,8 +144,8 @@ enum msm_vidc_codec_type {
};
enum priority_level {
MSM_VIDC_PRIORITY_LOW,
MSM_VIDC_PRIORITY_HIGH,
MSM_VIDC_PRIORITY_HIGH = 0,
MSM_VIDC_PRIORITY_LOW = 1,
};
enum msm_vidc_colorformat_type {