view bethsoftvideo.h @ 4817:a2bb53af16d1 libavcodec

shorter variable names
author michael
date Sat, 07 Apr 2007 23:30:47 +0000
parents d9cff0d54fdd
children 2137206961c9
line wrap: on
line source

enum BethsoftVidBlockType
{
    PALETTE_BLOCK = 0x02,
    FIRST_AUDIO_BLOCK = 0x7c,
    AUDIO_BLOCK = 0x7d,
    VIDEO_I_FRAME       = 0x03,
    VIDEO_P_FRAME       = 0x01,
    VIDEO_YOFF_P_FRAME  = 0x04,
    EOF_BLOCK           = 0x14,
};