summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/error_resilience.h')
-rw-r--r--libavcodec/error_resilience.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h
index 5171094a54..7b9ec1918e 100644
--- a/libavcodec/error_resilience.h
+++ b/libavcodec/error_resilience.h
@@ -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;