]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo2data.h
add necessary #includes in headers
[ffmpeg] / libavcodec / indeo2data.h
index 84c19c1dcffdeefe892476b6e8310ec818eb97c3..2be32dfc92ce41f1a99ebd2fcb28273be5e1c387 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_INDEO2DATA_H
-#define AVCODEC_INDEO2DATA_H
+#ifndef FFMPEG_INDEO2DATA_H
+#define FFMPEG_INDEO2DATA_H
 
 #include <stdint.h>
 
@@ -138,4 +138,4 @@ static const uint8_t ir2_luma_table[256] = {
  0x3F, 0x94, 0xD9, 0xD9, 0x27, 0x27, 0x80, 0x80
 };
 
-#endif // AVCODEC_INDEO2DATA_H
+#endif /* FFMPEG_INDEO2DATA_H */