diff mpeg12data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents b52fd9b223bb
children fe34160a1d1e
line wrap: on
line diff
--- a/mpeg12data.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/mpeg12data.h	Wed Oct 17 09:37:46 2007 +0000
@@ -25,8 +25,8 @@
  * MPEG1/2 tables.
  */
 
-#ifndef AVCODEC_MPEG12DATA_H
-#define AVCODEC_MPEG12DATA_H
+#ifndef FFMPEG_MPEG12DATA_H
+#define FFMPEG_MPEG12DATA_H
 
 #include <stdint.h>
 #include "mpegvideo.h"
@@ -47,4 +47,4 @@
 extern const float ff_mpeg1_aspect[16];
 extern const AVRational ff_mpeg2_aspect[16];
 
-#endif // AVCODEC_MPEG12DATA_H
+#endif /* FFMPEG_MPEG12DATA_H */