Revision 5b21bdab libavutil/integer.h
libavutil/integer.h | ||
---|---|---|
25 | 25 |
* @author Michael Niedermayer <michaelni@gmx.at> |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef INTEGER_H |
|
29 |
#define INTEGER_H |
|
28 |
#ifndef FFMPEG_INTEGER_H
|
|
29 |
#define FFMPEG_INTEGER_H
|
|
30 | 30 |
|
31 | 31 |
#include <stdint.h> |
32 | 32 |
|
... | ... | |
80 | 80 |
*/ |
81 | 81 |
int64_t av_i2int(AVInteger a); |
82 | 82 |
|
83 |
#endif // INTEGER_H |
|
83 |
#endif /* FFMPEG_INTEGER_H */ |
Also available in: Unified diff