X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Fhuffyuv.h;h=83309d4b116139f80ebe366f03d6ad98c8b20c5d;hb=78d16eb45217f7ce811d1b05afe56427dd40021b;hp=c18247ed0f7a7bbef938c01c652a4a8f7a676cef;hpb=166f2c52ace4d969482bcf56e7f0f06942eaf71d;p=ffmpeg diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h index c18247ed0f7..83309d4b116 100644 --- a/libavcodec/huffyuv.h +++ b/libavcodec/huffyuv.h @@ -38,6 +38,7 @@ #include "huffyuvencdsp.h" #include "put_bits.h" #include "lossless_videodsp.h" +#include "lossless_videoencdsp.h" #define VLC_BITS 12 @@ -89,6 +90,7 @@ typedef struct HYuvContext { HuffYUVDSPContext hdsp; HuffYUVEncDSPContext hencdsp; LLVidDSPContext llviddsp; + LLVidEncDSPContext llvidencdsp; int non_determ; // non-deterministic, multi-threaded encoder allowed } HYuvContext;