X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/2912e87a6c9264d556734e2bf94a99c64cf9b102..e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0:/libavcodec/wmv2.h diff --git a/libavcodec/wmv2.h b/libavcodec/wmv2.h index 80f36cc..8207567 100644 --- a/libavcodec/wmv2.h +++ b/libavcodec/wmv2.h @@ -25,6 +25,7 @@ #include "dsputil.h" #include "mpegvideo.h" #include "intrax8.h" +#include "wmv2dsp.h" #define SKIP_TYPE_NONE 0 #define SKIP_TYPE_MPEG 1 @@ -35,6 +36,7 @@ typedef struct Wmv2Context{ MpegEncContext s; IntraX8Context x8; + WMV2DSPContext wdsp; int j_type_bit; int j_type; int abt_flag;