BVID_PALETTE_SIZE 53 libavformat/bethsoftvid.c uint8_t palette[BVID_PALETTE_SIZE]; BVID_PALETTE_SIZE 198 libavformat/bethsoftvid.c BVID_PALETTE_SIZE); BVID_PALETTE_SIZE 204 libavformat/bethsoftvid.c memcpy(pdata, vid->palette, BVID_PALETTE_SIZE); BVID_PALETTE_SIZE 233 libavformat/bethsoftvid.c if (avio_read(pb, vid->palette, BVID_PALETTE_SIZE) != BVID_PALETTE_SIZE) {