X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_lut3d.c;h=3ef31ce6c25b913a4332efa39dbbd4b39efb310b;hb=eba2c2321bc51b0faf5df379e5968ef2aa581cd8;hp=6768550cea65f0f55bde85160504ab5694d4f469;hpb=182499be721e568255185a4541d72b5ac78408a2;p=ffmpeg diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index 6768550cea6..3ef31ce6c25 100644 --- a/libavfilter/vf_lut3d.c +++ b/libavfilter/vf_lut3d.c @@ -58,7 +58,7 @@ struct rgbvec { typedef struct LUT3DContext { const AVClass *class; - enum interp_mode interpolation; + int interpolation; ///