Commit 841e669a authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

cdxl: swap CHUNKY and BYTE_PLANAR

This is how it is defined in Amiga Developer CD from year 1992 and
is consistent with files created with ADPro.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3eaf7120
......@@ -25,8 +25,8 @@
#include "get_bits.h"
#define BIT_PLANAR 0x00
#define BYTE_PLANAR 0x20
#define CHUNKY 0x40
#define CHUNKY 0x20
#define BYTE_PLANAR 0x40
#define BIT_LINE 0x80
#define BYTE_LINE 0xC0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment