]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/svq1enc.h
vdpau: add av_vdpau_bind_context()
[ffmpeg] / libavcodec / svq1enc.h
index 1fe2815f19fde0f3e20d1ec2b537bc2ed3a189c1..516e8756571ff0d830a655c1af7935266636ffe2 100644 (file)
@@ -25,9 +25,9 @@
 
 #include "libavutil/frame.h"
 #include "avcodec.h"
-#include "dsputil.h"
 #include "get_bits.h"
 #include "hpeldsp.h"
+#include "me_cmp.h"
 #include "mpegvideo.h"
 #include "put_bits.h"
 
@@ -37,7 +37,7 @@ typedef struct SVQ1EncContext {
      * of MpegEncContext, so this will be removed then. */
     MpegEncContext m;
     AVCodecContext *avctx;
-    DSPContext dsp;
+    MECmpContext mecc;
     HpelDSPContext hdsp;
     AVFrame *current_picture;
     AVFrame *last_picture;