BVID_PALETTE_SIZE 193 libavformat/bethsoftvid.c BVID_PALETTE_SIZE); BVID_PALETTE_SIZE 199 libavformat/bethsoftvid.c memcpy(pdata, vid->palette, BVID_PALETTE_SIZE); BVID_PALETTE_SIZE 229 libavformat/bethsoftvid.c vid->palette = av_malloc(BVID_PALETTE_SIZE); BVID_PALETTE_SIZE 232 libavformat/bethsoftvid.c if (avio_read(pb, vid->palette, BVID_PALETTE_SIZE) != BVID_PALETTE_SIZE) {