diff options
Diffstat (limited to 'libavformat/idcin.c')
-rw-r--r-- | libavformat/idcin.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/idcin.c b/libavformat/idcin.c index 9d13aa5634..ccb1d4b48f 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -68,12 +68,6 @@ #include "avformat.h" -#define LE_16(x) ((((uint8_t*)(x))[1] << 8) | ((uint8_t*)(x))[0]) -#define LE_32(x) ((((uint8_t*)(x))[3] << 24) | \ - (((uint8_t*)(x))[2] << 16) | \ - (((uint8_t*)(x))[1] << 8) | \ - ((uint8_t*)(x))[0]) - #define HUFFMAN_TABLE_SIZE (64 * 1024) #define FRAME_PTS_INC (90000 / 14) |