view bethsoftvideo.h @ 5040:5c6cd6601371 libavcodec

change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding.
author lorenm
date Sat, 19 May 2007 02:32:59 +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,
};