Revision 5b21bdab libavcodec/bmp.h
libavcodec/bmp.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVCODEC_BMP_H
|
|
23 |
#define AVCODEC_BMP_H
|
|
22 |
#ifndef FFMPEG_BMP_H
|
|
23 |
#define FFMPEG_BMP_H
|
|
24 | 24 |
|
25 | 25 |
#include "avcodec.h" |
26 | 26 |
|
... | ... | |
35 | 35 |
BMP_BITFIELDS =3, |
36 | 36 |
} BiCompression; |
37 | 37 |
|
38 |
#endif // AVCODEC_BMP_H |
|
38 |
#endif /* FFMPEG_BMP_H */ |
Also available in: Unified diff