]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imcdata.h
assert() and note about odd len.
[ffmpeg] / libavcodec / imcdata.h
index fcd780b42011ca4dcfd215b5e2fb5aa5da2e96ce..75f4fd74493ec7f8d9e57785e4d97ea8f972ff36 100644 (file)
@@ -21,8 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_IMCDATA_H
-#define AVCODEC_IMCDATA_H
+#ifndef FFMPEG_IMCDATA_H
+#define FFMPEG_IMCDATA_H
 
 #include <stdint.h>
 
@@ -166,4 +166,4 @@ static const uint16_t imc_huffman_bits[4][4][18] = {
     }
 };
 
-#endif // AVCODEC_IMCDATA_H
+#endif /* FFMPEG_IMCDATA_H */