]> git.sesse.net Git - ffmpeg/blob - libavcodec/bethsoftvideo.h
add a comment to indicate which #endif belong to which #define
[ffmpeg] / libavcodec / bethsoftvideo.h
1 #ifndef AVCODEC_BETHSOFTVIDEO_H
2 #define AVCODEC_BETHSOFTVIDEO_H
3
4 enum BethsoftVidBlockType
5 {
6     PALETTE_BLOCK       = 0x02,
7     FIRST_AUDIO_BLOCK   = 0x7c,
8     AUDIO_BLOCK         = 0x7d,
9     VIDEO_I_FRAME       = 0x03,
10     VIDEO_P_FRAME       = 0x01,
11     VIDEO_YOFF_P_FRAME  = 0x04,
12     EOF_BLOCK           = 0x14,
13 };
14
15 #endif // AVCODEC_BETHSOFTVIDEO_H