mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
img_format: remove duplicated macros
these are defined in osdep/endian.h already
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user