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

Commit f6f63160 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Inline HAL_FLIP value with omx counterpart"

parents ea1ee2e4 73643c26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -663,8 +663,8 @@ struct hal_heic_grid_enable {

enum hal_flip {
	HAL_FLIP_NONE,
	HAL_FLIP_HORIZONTAL,
	HAL_FLIP_VERTICAL,
	HAL_FLIP_HORIZONTAL,
	HAL_FLIP_BOTH,
	HAL_UNUSED_FLIP = 0x10000000,
};