X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvp56.h;h=12f9380b4d8d1b46147d939eaf9dc36c17916c6a;hb=e1a983e6010930ab742bede275de1ccf921485b7;hp=e135718d20ff61584a46e47a482ea66ea65270ce;hpb=67732b9d62576c67589773e5332e94aac429cc4c;p=ffmpeg diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index e135718d20f..12f9380b4d8 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -30,6 +30,7 @@ #include "dsputil.h" #include "get_bits.h" #include "bytestream.h" +#include "vp3dsp.h" #include "vp56dsp.h" typedef struct vp56_context VP56Context; @@ -91,6 +92,7 @@ typedef struct { struct vp56_context { AVCodecContext *avctx; DSPContext dsp; + VP3DSPContext vp3dsp; VP56DSPContext vp56dsp; ScanTable scantable; AVFrame frames[4];