diff libswscale/swscale.h @ 27467:239a049163eb

Change header inclusion guard names in line with FFmpeg r15120.
author stefano
date Sun, 31 Aug 2008 07:42:11 +0000
parents 1b5516898adb
children f5565112d12f
line wrap: on
line diff
--- a/libswscale/swscale.h	Sat Aug 30 12:22:21 2008 +0000
+++ b/libswscale/swscale.h	Sun Aug 31 07:42:11 2008 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_SWSCALE_H
-#define FFMPEG_SWSCALE_H
+#ifndef SWSCALE_SWSCALE_H
+#define SWSCALE_SWSCALE_H
 
 /**
  * @file swscale.h
@@ -148,4 +148,4 @@
                                         int dstW, int dstH, int dstFormat, int flags,
                                         SwsFilter *srcFilter, SwsFilter *dstFilter, double *param);
 
-#endif /* FFMPEG_SWSCALE_H */
+#endif /* SWSCALE_SWSCALE_H */