comparison bethsoftvideo.h @ 4803:35e47a6e01e2 libavcodec

Bethsoft VID demuxer and video decoder patch by Nicholas Tung, ntung ntung com
author diego
date Sat, 07 Apr 2007 20:51:58 +0000
parents
children 2e9455fd2b8c
comparison
equal deleted inserted replaced
4802:e02f7d142ce9 4803:35e47a6e01e2
1 #define VID_PALETTE_NUMCOLORS 256
2
3 enum BethsoftVidBlockType
4 {
5 PALETTE_BLOCK = 0x02,
6 FIRST_AUDIO_BLOCK = 0x7c, AUDIO_BLOCK = 0x7d,
7 VIDEO_FULL_FRAME_BLOCK = 0x03, VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
8 FINISHED_BLOCK = 0x14,
9 };