]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
#include stdint.h instead of inttypes.h like all libavutil headers do.
[ffmpeg] / libavcodec / faandct.h
index a7b11dc365badf42c8c93b96635b7ebb1fad18df..b9a4eeb3e50955fbac331ca66526acea42d11d23 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 FFMPEG_FAANDCT_H
+#define FFMPEG_FAANDCT_H
+
 #include "dsputil.h"
 
 #define FAAN_POSTSCALE
 
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
+
+#endif /* FFMPEG_FAANDCT_H */