diff libswscale/rgb2rgb.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 e2cd504bcd70
line wrap: on
line diff
--- a/libswscale/rgb2rgb.h	Wed Oct 17 14:06:44 2007 +0000
+++ b/libswscale/rgb2rgb.h	Thu Oct 18 09:30:33 2007 +0000
@@ -23,8 +23,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RGB2RGB_INCLUDED
-#define RGB2RGB_INCLUDED
+#ifndef FFMPEG_RGB2RGB_H
+#define FFMPEG_RGB2RGB_H
 
 #include <inttypes.h>
 
@@ -143,4 +143,4 @@
 
 void sws_rgb2rgb_init(int flags);
 
-#endif
+#endif /* RGB2RGB_INCLUDED */