X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsgi.h;h=ca531f00a108fb498bc5283e22420bf6b90d308d;hb=d961a79eb07a8911540a0bd356d68ae0cf93c6a1;hp=8c658761dc4c7eb6345ed002714fdae9c884bf02;hpb=5b21bdabe43611385d1d55a21d5b1f607b133d29;p=ffmpeg diff --git a/libavcodec/sgi.h b/libavcodec/sgi.h index 8c658761dc4..ca531f00a10 100644 --- a/libavcodec/sgi.h +++ b/libavcodec/sgi.h @@ -2,25 +2,25 @@ * SGI image encoder * Xiaohui Sun * - * This file is part of FFmpeg. + * This file is part of Libav. * - * FFmpeg is free software; you can redistribute it and/or + * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * FFmpeg is distributed in the hope that it will be useful, + * Libav is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with FFmpeg; if not, write to the Free Software + * License along with Libav; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_SGI_H -#define FFMPEG_SGI_H +#ifndef AVCODEC_SGI_H +#define AVCODEC_SGI_H /** * SGI image file signature @@ -33,4 +33,4 @@ #define SGI_RGB 3 #define SGI_RGBA 4 -#endif /* FFMPEG_SGI_H */ +#endif /* AVCODEC_SGI_H */