diff adx.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents b1b3dd3324ae
children e9d9d946f213
line wrap: on
line diff
--- a/adx.h	Sun Aug 31 07:05:55 2008 +0000
+++ b/adx.h	Sun Aug 31 07:39:47 2008 +0000
@@ -28,8 +28,8 @@
  * adx2wav & wav2adx http://www.geocities.co.jp/Playtown/2004/
  */
 
-#ifndef FFMPEG_ADX_H
-#define FFMPEG_ADX_H
+#ifndef AVCODEC_ADX_H
+#define AVCODEC_ADX_H
 
 typedef struct {
     int s1,s2;
@@ -46,4 +46,4 @@
 #define    SCALE1    0x7298
 #define    SCALE2    0x3350
 
-#endif /* FFMPEG_ADX_H */
+#endif /* AVCODEC_ADX_H */