Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-18 13:30:33 +0400
committerDiego Biurrun <diego@biurrun.de>2007-10-18 13:30:33 +0400
commit39c70be189ce4c5a79e5a09cb03a8cc5c72616e7 (patch)
treec3a5c3d04a51f1b98ff1bd48be57ad73bfdacc65 /libswscale/rgb2rgb.h
parent880de6b0befad26a9557fcee679fee780e3dd7e3 (diff)
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r--libswscale/rgb2rgb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index c6fab2d8cd..770734d28e 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -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 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint
void sws_rgb2rgb_init(int flags);
-#endif
+#endif /* RGB2RGB_INCLUDED */