view bethsoftvideo.h @ 5088:8e206208db1f libavcodec

fix skipped blocks fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq)
author michael
date Fri, 01 Jun 2007 21:17:05 +0000
parents 2137206961c9
children 9ecbfc0c82bf
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,
};