]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sgi.h
ape: Support _0000 files with nblock smaller than 64
[ffmpeg] / libavcodec / sgi.h
index 8c658761dc4c7eb6345ed002714fdae9c884bf02..3c47d3a58bda641e5f7be9d1464862ec003bdee3 100644 (file)
@@ -1,26 +1,26 @@
- /*
+/*
  * SGI image encoder
  * Xiaohui Sun <tjnksxh@hotmail.com>
  *
- * 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 */