diff options
-rw-r--r-- | src/input/libreal/rmff.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input/libreal/rmff.c b/src/input/libreal/rmff.c index 0c4ee2ccd..3e8d5db9c 100644 --- a/src/input/libreal/rmff.c +++ b/src/input/libreal/rmff.c @@ -32,12 +32,6 @@ #include "xineutils.h" #include "rmff.h" -#define BE_16(x) ((((uint8_t*)(x))[0] << 8) | ((uint8_t*)(x))[1]) -#define BE_32(x) ((((uint8_t*)(x))[0] << 24) | \ - (((uint8_t*)(x))[1] << 16) | \ - (((uint8_t*)(x))[2] << 8) | \ - ((uint8_t*)(x))[3]) - /* * writes header data to a buffer */ |