]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/error_resilience.h
avcodec/fft-test: fix memory alloc checks
[ffmpeg] / libavcodec / error_resilience.h
index 9d227e87a1561896920bf2982af7abfafad52516..171af0836e7bc9a09336c3f5c91b82325ae673ef 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdint.h>
 
 #include "avcodec.h"
-#include "dsputil.h"
+#include "me_cmp.h"
 #include "thread.h"
 
 ///< current MB is the first after a resync marker
@@ -52,7 +52,7 @@ typedef struct ERPicture {
 
 typedef struct ERContext {
     AVCodecContext *avctx;
-    DSPContext *dsp;
+    MECmpContext *mecc;
 
     int *mb_index2xy;
     int mb_num;