]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
More OKed parts of the QCELP decoder
[ffmpeg] / libavcodec / faandct.h
index a7b11dc365badf42c8c93b96635b7ebb1fad18df..b86f9accb484ab907de129ed5db6b6f9c725bcde 100644 (file)
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#ifndef AVCODEC_FAANDCT_H
+#define AVCODEC_FAANDCT_H
+
 #include "dsputil.h"
 
 #define FAAN_POSTSCALE
 
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
+
+#endif /* AVCODEC_FAANDCT_H */