]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct.c
doxygen: Include libavcodec and libavformat examples into the documentation
[ffmpeg] / libavcodec / h264idct.c
index d79777571a1662d403102f310494e0a4e7dfba27..1634a0083501703f5f88142d17de85ded6dfb73a 100644 (file)
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#define BIT_DEPTH 8
 #include "h264idct_template.c"
+#undef BIT_DEPTH
+
+#define BIT_DEPTH 9
+#include "h264idct_template.c"
+#undef BIT_DEPTH
+
+#define BIT_DEPTH 10
+#include "h264idct_template.c"
+#undef BIT_DEPTH