]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac3data.h
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
[ffmpeg] / libavcodec / atrac3data.h
index 8c12103993f5b78c3d0316e20ee4cc5680af3a0f..786629d0317634c899bb6db7c612abc50cf6e729 100644 (file)
@@ -25,6 +25,9 @@
  * Atrac 3 AKA RealAudio 8 compatible decoder data
  */
 
+#ifndef FFMPEG_ATRAC3DATA_H
+#define FFMPEG_ATRAC3DATA_H
+
 #include <stdint.h>
 
 /* VLC tables */
@@ -133,3 +136,5 @@ 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 /* FFMPEG_ATRAC3DATA_H */