comparison bethsoftvideo.h @ 4818:2137206961c9 libavcodec

align vertically
author michael
date Sat, 07 Apr 2007 23:31:30 +0000
parents d9cff0d54fdd
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
4817:a2bb53af16d1 4818:2137206961c9
1 enum BethsoftVidBlockType 1 enum BethsoftVidBlockType
2 { 2 {
3 PALETTE_BLOCK = 0x02, 3 PALETTE_BLOCK = 0x02,
4 FIRST_AUDIO_BLOCK = 0x7c, 4 FIRST_AUDIO_BLOCK = 0x7c,
5 AUDIO_BLOCK = 0x7d, 5 AUDIO_BLOCK = 0x7d,
6 VIDEO_I_FRAME = 0x03, 6 VIDEO_I_FRAME = 0x03,
7 VIDEO_P_FRAME = 0x01, 7 VIDEO_P_FRAME = 0x01,
8 VIDEO_YOFF_P_FRAME = 0x04, 8 VIDEO_YOFF_P_FRAME = 0x04,
9 EOF_BLOCK = 0x14, 9 EOF_BLOCK = 0x14,
10 }; 10 };