]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.h
Fix rc_eq mem leak.
[ffmpeg] / libavcodec / tiff.h
index 09ba3fd9db7ab5f16ae432a256a1004ebc0c4f2e..c5687d7df65ecda86da79966e91bed057d1fc117 100644 (file)
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
@@ -25,8 +24,8 @@
  * @file tiff.h
  * @author Konstantin Shishkov
  */
-#ifndef TIFF_H
-#define TIFF_H
+#ifndef FFMPEG_TIFF_H
+#define FFMPEG_TIFF_H
 
 #include <stdint.h>
 
@@ -84,4 +83,4 @@ static const uint8_t type_sizes[6] = {
     0, 1, 100, 2, 4, 8
 };
 
-#endif                          /* TIFF_H */
+#endif /* FFMPEG_TIFF_H */