view bethsoftvideo.h @ 4826:9ca9a53a848b libavcodec

Only compile in Theora-specific functions if the Theora decoder has been enabled. Also fixes some "defined but not used" warnings in that case.
author diego
date Sun, 08 Apr 2007 18:54:53 +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,
};