]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_lut3d.c
Merge commit '977f41e274a66c9d257186ca1df8373a09cc4d40'
[ffmpeg] / libavfilter / vf_lut3d.c
index 5bdbb7983b71de35975930ab5929f38f24ec0af0..2b8e0272b0880c305c8f221ee4e99116ef2480bc 100644 (file)
@@ -772,8 +772,8 @@ static av_cold void haldclut_uninit(AVFilterContext *ctx)
 }
 
 static const AVOption haldclut_options[] = {
-    { "shortest",   "force termination when the shortest input terminates", OFFSET(dinput.shortest),   AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS },
-    { "repeatlast", "continue applying the last clut after eos",            OFFSET(dinput.repeatlast), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, FLAGS },
+    { "shortest",   "force termination when the shortest input terminates", OFFSET(dinput.shortest),   AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
+    { "repeatlast", "continue applying the last clut after eos",            OFFSET(dinput.repeatlast), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, FLAGS },
     COMMON_OPTIONS
 };