diff rational.h @ 392:d0f3bb6e367e libavutil

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents d83531dda292
children 8d25a4b50588
line wrap: on
line diff
--- a/rational.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/rational.h	Wed Oct 17 09:37:46 2007 +0000
@@ -25,8 +25,8 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
-#ifndef RATIONAL_H
-#define RATIONAL_H
+#ifndef FFMPEG_RATIONAL_H
+#define FFMPEG_RATIONAL_H
 
 #include <stdint.h>
 
@@ -112,4 +112,4 @@
  */
 AVRational av_d2q(double d, int max);
 
-#endif // RATIONAL_H
+#endif /* FFMPEG_RATIONAL_H */