X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Futvideo.h;h=a8117851a7c39472ca5d5cdade00ec31a6ad9bd7;hb=1985071e41f4df8fc693a564e25758676bba164a;hp=1d708658f54700fba2d20763b4e60a7982615d5e;hpb=9d45454cd09a05e8016a47851b9eb92e10321036;p=ffmpeg diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h index 1d708658f54..a8117851a7c 100644 --- a/libavcodec/utvideo.h +++ b/libavcodec/utvideo.h @@ -30,6 +30,7 @@ #include "libavutil/common.h" #include "avcodec.h" #include "bswapdsp.h" +#include "utvideodsp.h" #include "lossless_videodsp.h" #include "lossless_videoencdsp.h" @@ -63,12 +64,10 @@ enum { /* Mapping of libavcodec prediction modes to Ut Video's */ extern const int ff_ut_pred_order[5]; -/* Order of RGB(A) planes in Ut Video */ -extern const int ff_ut_rgb_order[4]; - typedef struct UtvideoContext { const AVClass *class; AVCodecContext *avctx; + UTVideoDSPContext utdsp; BswapDSPContext bdsp; LLVidDSPContext llviddsp; LLVidEncDSPContext llvidencdsp;