diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-31 07:42:11 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-31 07:42:11 +0000 |
commit | 0eaf52354861995b646b6c261be2270fcec380df (patch) | |
tree | 11366a7a239d7b3c57a191f878664383495d917e /libswscale/rgb2rgb.h | |
parent | 987903826b0dba2e134be200ac94be66b4a3acf1 (diff) | |
download | ffmpeg-0eaf52354861995b646b6c261be2270fcec380df.tar.gz |
Change headers' guardnames consistently with r15120.
Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r-- | libswscale/rgb2rgb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index f2697c65d6..cded1b3557 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 FFMPEG_RGB2RGB_H -#define FFMPEG_RGB2RGB_H +#ifndef SWSCALE_RGB2RGB_H +#define SWSCALE_RGB2RGB_H #include <inttypes.h> @@ -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); -#endif /* FFMPEG_RGB2RGB_H */ +#endif /* SWSCALE_RGB2RGB_H */ |