X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ferror_resilience.h;h=171af0836e7bc9a09336c3f5c91b82325ae673ef;hb=c0a586d9d5cd99e9f36e4d190f9aa137803378dc;hp=9d227e87a1561896920bf2982af7abfafad52516;hpb=f351afb5f9dedc33260b8811223dc39c81bbcec3;p=ffmpeg diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h index 9d227e87a15..171af0836e7 100644 --- a/libavcodec/error_resilience.h +++ b/libavcodec/error_resilience.h @@ -23,7 +23,7 @@ #include #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;