img_format: remove duplicated macros

these are defined in osdep/endian.h already
This commit is contained in:
NRK 2023-10-20 23:10:36 +06:00 committed by Dudemanguy
parent 876915edd3
commit b26d2ab01c
1 changed files with 0 additions and 6 deletions

View File

@ -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