diff libswscale/swscale.h @ 24772:fff1db0add79

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Thu, 18 Oct 2007 09:30:33 +0000
parents 5159b5f8784e
children 5168398f65b9
line wrap: on
line diff
--- a/libswscale/swscale.h	Wed Oct 17 14:06:44 2007 +0000
+++ b/libswscale/swscale.h	Thu Oct 18 09:30:33 2007 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef SWSCALE_H
-#define SWSCALE_H
+#ifndef FFMPEG_SWSCALE_H
+#define FFMPEG_SWSCALE_H
 
 /**
  * @file swscale.h
@@ -138,4 +138,4 @@
                                         int dstW, int dstH, int dstFormat, int flags,
                                         SwsFilter *srcFilter, SwsFilter *dstFilter, double *param);
 
-#endif
+#endif /* FFMPEG_SWSCALE_H */