view bethsoftvideo.h @ 5166:5be6f723abb6 libavcodec

re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, they work fine now
author gpoirier
date Sun, 17 Jun 2007 09:38:35 +0000
parents 9ecbfc0c82bf
children 3fd46e281bd8
line wrap: on
line source

#ifndef AVCODEC_BETHSOFTVIDEO_H
#define AVCODEC_BETHSOFTVIDEO_H

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,
};

#endif