Commit 005cd416 authored by stefano's avatar stefano

Change headers' guardnames consistently with r15120.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27499 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 87f9b07a
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef FFMPEG_RGB2RGB_H #ifndef SWSCALE_RGB2RGB_H
#define FFMPEG_RGB2RGB_H #define SWSCALE_RGB2RGB_H
#include <inttypes.h> #include <inttypes.h>
...@@ -139,4 +139,4 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint ...@@ -139,4 +139,4 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint
void sws_rgb2rgb_init(int flags); void sws_rgb2rgb_init(int flags);
#endif /* FFMPEG_RGB2RGB_H */ #endif /* SWSCALE_RGB2RGB_H */
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef FFMPEG_SWSCALE_H #ifndef SWSCALE_SWSCALE_H
#define FFMPEG_SWSCALE_H #define SWSCALE_SWSCALE_H
/** /**
* @file swscale.h * @file swscale.h
...@@ -148,4 +148,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context, ...@@ -148,4 +148,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context,
int dstW, int dstH, int dstFormat, int flags, int dstW, int dstH, int dstFormat, int flags,
SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); SwsFilter *srcFilter, SwsFilter *dstFilter, double *param);
#endif /* FFMPEG_SWSCALE_H */ #endif /* SWSCALE_SWSCALE_H */
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef FFMPEG_SWSCALE_INTERNAL_H #ifndef SWSCALE_SWSCALE_INTERNAL_H
#define FFMPEG_SWSCALE_INTERNAL_H #define SWSCALE_SWSCALE_INTERNAL_H
#include "config.h" #include "config.h"
...@@ -280,4 +280,4 @@ extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]); ...@@ -280,4 +280,4 @@ extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]);
extern const AVClass sws_context_class; extern const AVClass sws_context_class;
#endif /* FFMPEG_SWSCALE_INTERNAL_H */ #endif /* SWSCALE_SWSCALE_INTERNAL_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment