Revert "mfc: Import IS_UHD_RES definition"
This reverts commit 50f2fde1f2
.
This commit is contained in:
parent
0147ae88b9
commit
d9434755e0
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@
|
|||
/* UHD resolution (include 21:9 3840 x 1644) */
|
||||
#define MFC_UHD_RES (3840 * 1600)
|
||||
#define OVER_UHD_RES(ctx) (((ctx)->crop_width * (ctx)->crop_height) >= MFC_UHD_RES)
|
||||
#define IS_UHD_RES(ctx) (((ctx)->crop_width * (ctx)->crop_height) == MFC_UHD_RES)
|
||||
|
||||
/* FHD resolution */
|
||||
#define MFC_FHD_RES (1920 * 1088)
|
||||
|
|
Loading…
Add table
Reference in a new issue