summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg/libavutil/integer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/libavutil/integer.h')
-rw-r--r--contrib/ffmpeg/libavutil/integer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/ffmpeg/libavutil/integer.h b/contrib/ffmpeg/libavutil/integer.h
index 2a4d70316..f539125d1 100644
--- a/contrib/ffmpeg/libavutil/integer.h
+++ b/contrib/ffmpeg/libavutil/integer.h
@@ -17,7 +17,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
/**
@@ -26,8 +25,10 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
-#ifndef INTEGER_H
-#define INTEGER_H
+#ifndef FFMPEG_INTEGER_H
+#define FFMPEG_INTEGER_H
+
+#include <stdint.h>
#define AV_INTEGER_SIZE 8
@@ -79,4 +80,4 @@ AVInteger av_int2i(int64_t a);
*/
int64_t av_i2int(AVInteger a);
-#endif // INTEGER_H
+#endif /* FFMPEG_INTEGER_H */