]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cavsdsp.h
ape: Support _0000 files with nblock smaller than 64
[ffmpeg] / libavcodec / cavsdsp.h
index 333bd10cf226999e5a9fd2983577a8493861d8d5..248afd508c2d360b35cc6b78f6d901d14486576d 100644 (file)
@@ -23,7 +23,9 @@
 #define AVCODEC_CAVSDSP_H
 
 #include <stdint.h>
-#include "dsputil.h"
+
+#include "avcodec.h"
+#include "qpeldsp.h"
 
 typedef struct CAVSDSPContext {
     qpel_mc_func put_cavs_qpel_pixels_tab[2][16];