]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261data.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / h261data.h
index 35734ed3349d8156b43cde9782822c255fbb91cc..a86b6df98a18855c8976da08542e8b34384c094c 100644 (file)
@@ -24,8 +24,8 @@
  * H.261 tables.
  */
 
-#ifndef AVCODEC_H261DATA_H
-#define AVCODEC_H261DATA_H
+#ifndef FFMPEG_H261DATA_H
+#define FFMPEG_H261DATA_H
 
 #include <stdint.h>
 #include "h261.h"
@@ -161,4 +161,4 @@ static RLTable h261_rl_tcoeff = {
     h261_tcoeff_level,
 };
 
-#endif // AVCODEC_H261DATA_H
+#endif /* FFMPEG_H261DATA_H */