mirror of https://github.com/mpv-player/mpv
img_format: remove duplicated macros
these are defined in osdep/endian.h already
This commit is contained in:
parent
876915edd3
commit
b26d2ab01c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue