]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac3data.h
fix dynamic loading of libfaad 2.6
[ffmpeg] / libavcodec / atrac3data.h
index 5229f2f615149af053a8b3ba0c6997b2b605992a..786629d0317634c899bb6db7c612abc50cf6e729 100644 (file)
@@ -25,8 +25,8 @@
  * Atrac 3 AKA RealAudio 8 compatible decoder data
  */
 
-#ifndef AVCODEC_ATRAC3DATA_H
-#define AVCODEC_ATRAC3DATA_H
+#ifndef FFMPEG_ATRAC3DATA_H
+#define FFMPEG_ATRAC3DATA_H
 
 #include <stdint.h>
 
@@ -137,4 +137,4 @@ static const float qmf_48tap_half[24] = {
 /* joint stereo related tables */
 static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0};
 
-#endif
+#endif /* FFMPEG_ATRAC3DATA_H */