view bethsoftvideo.h @ 4907:2eac08efc196 libavcodec

Fix warning: In file included from mjpeg.c:903: jpeg_ls.c:190: warning: ¡Æinline¡Ç is not at beginning of declaration
author diego
date Sat, 05 May 2007 11:14:03 +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,
};