view bethsoftvideo.h @ 5012:3769553b95a2 libavcodec

Remove extern C declarations for C++. FFmpeg is pure C and not all public headers have the declarations.
author diego
date Wed, 16 May 2007 12:25:54 +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,
};