view bethsoftvideo.h @ 4804:39975b6c49bb libavcodec

table[index][ch] -> table[ch][index] (might be faster ...)
author michael
date Sat, 07 Apr 2007 21:15:52 +0000
parents 35e47a6e01e2
children 2e9455fd2b8c
line wrap: on
line source

#define VID_PALETTE_NUMCOLORS 256

enum BethsoftVidBlockType
{
    PALETTE_BLOCK = 0x02,
    FIRST_AUDIO_BLOCK = 0x7c, AUDIO_BLOCK = 0x7d,
    VIDEO_FULL_FRAME_BLOCK = 0x03, VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
    FINISHED_BLOCK = 0x14,
};