]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eaidct.c
jpeglsdec: move pict debug log under correct if()
[ffmpeg] / libavcodec / eaidct.c
index d1bc350098f01072bde0f10fcf4ca559f6519bf2..175c1c47c0ab7e4ebdb512d205d1bafdadd71f0a 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "dsputil.h"
 #include "eaidct.h"
+#include "libavutil/common.h"
 
 #define ASQRT 181 /* (1/sqrt(2))<<8 */
 #define A4    669 /* cos(pi/8)*sqrt(2)<<9 */