]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eaidct.c
cngdec: Make the dbov variable have the right unit
[ffmpeg] / libavcodec / eaidct.c
index 9d829c416163d80de7acb25bb7ccd6f080fab5c7..9f2d5cc6be1035305bce5b852608be9ef1804848 100644 (file)
@@ -26,6 +26,8 @@
  */
 
 #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 */