]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo3data.h
fix possible overflow with memmove
[ffmpeg] / libavcodec / indeo3data.h
index e071da4ae63262e5b63e3a05febe5ed57c84ab6f..eb9a8c19e44ab4271bf4f079a78e549ffc41d00c 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_INDEO3DATA_H
-#define AVCODEC_INDEO3DATA_H
+#ifndef FFMPEG_INDEO3DATA_H
+#define FFMPEG_INDEO3DATA_H
 
 #include <stdint.h>
 
@@ -2339,4 +2339,4 @@ static const uint32_t correctionhighorder[] = {
         0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
 };
 
-#endif
+#endif /* FFMPEG_INDEO3DATA_H */