]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
fix compilation with --disable-everything --enable-decoder=mpeg2video
[ffmpeg] / libavcodec / faandct.h
index a1c27bbe567eea06140d3ecec4d7caee928ee825..a69301c1d4cb5b16e40a1961f7c952e9bcc84e8a 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file faandct.h
+ * @file libavcodec/faandct.h
  * @brief
  *     Floating point AAN DCT
  * @author Michael Niedermayer <michaelni@gmx.at>
@@ -36,4 +36,4 @@
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
 
-#endif // AVCODEC_FAANDCT_H
+#endif /* AVCODEC_FAANDCT_H */