]> git.sesse.net Git - ffmpeg/blob - libavcodec/bethsoftvideo.h
Remove duplicate #includes, avcodec.h #includes common.h.
[ffmpeg] / libavcodec / bethsoftvideo.h
1 enum BethsoftVidBlockType
2 {
3     PALETTE_BLOCK       = 0x02,
4     FIRST_AUDIO_BLOCK   = 0x7c,
5     AUDIO_BLOCK         = 0x7d,
6     VIDEO_I_FRAME       = 0x03,
7     VIDEO_P_FRAME       = 0x01,
8     VIDEO_YOFF_P_FRAME  = 0x04,
9     EOF_BLOCK           = 0x14,
10 };