Mercurial > libavcodec.hg
annotate bethsoftvideo.h @ 4811:2e9455fd2b8c libavcodec
cosmetic
| author | michael |
|---|---|
| date | Sat, 07 Apr 2007 23:02:43 +0000 |
| parents | 35e47a6e01e2 |
| children | d9cff0d54fdd |
| rev | line source |
|---|---|
| 4803 | 1 #define VID_PALETTE_NUMCOLORS 256 |
| 2 | |
| 3 enum BethsoftVidBlockType | |
| 4 { | |
| 5 PALETTE_BLOCK = 0x02, | |
| 4811 | 6 FIRST_AUDIO_BLOCK = 0x7c, |
| 7 AUDIO_BLOCK = 0x7d, | |
| 8 VIDEO_FULL_FRAME_BLOCK = 0x03, | |
| 9 VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, | |
| 10 VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04, | |
| 4803 | 11 FINISHED_BLOCK = 0x14, |
| 12 }; |
