view bethsoftvideo.h @ 4992:52d8e61c0280 libavcodec

Added support for instances where linesize[0] is negative. Based on patch by Jason Askew, jason dot askew at gmail dot com.
author banan
date Sat, 12 May 2007 19:37:26 +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,
};