]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
check for request_channels at codec init
[ffmpeg] / libavcodec / faandct.h
index a1c27bbe567eea06140d3ecec4d7caee928ee825..b9a4eeb3e50955fbac331ca66526acea42d11d23 100644 (file)
@@ -26,8 +26,8 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
-#ifndef AVCODEC_FAANDCT_H
-#define AVCODEC_FAANDCT_H
+#ifndef FFMPEG_FAANDCT_H
+#define FFMPEG_FAANDCT_H
 
 #include "dsputil.h"
 
@@ -36,4 +36,4 @@
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
 
-#endif // AVCODEC_FAANDCT_H
+#endif /* FFMPEG_FAANDCT_H */