From b26d2ab01c8de2404ed6c05db877db0e9fb84e12 Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 20 Oct 2023 23:10:36 +0600 Subject: [PATCH] img_format: remove duplicated macros these are defined in osdep/endian.h already --- video/img_format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/video/img_format.h b/video/img_format.h index 2091e00598..0753829366 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -25,12 +25,6 @@ #include "misc/bstr.h" #include "video/csputils.h" -#if BYTE_ORDER == BIG_ENDIAN -#define MP_SELECT_LE_BE(LE, BE) BE -#else -#define MP_SELECT_LE_BE(LE, BE) LE -#endif - #define MP_MAX_PLANES 4 #define MP_NUM_COMPONENTS 4