1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 13:41:49 +00:00

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

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