On Mon, Jul 31, 2017 at 02:02:23PM +0200, Nicolas George wrote:
[...]
> static const AVOption haldclut_options[] = {
> -{ "shortest", "force termination when the shortest input terminates",
> OFFSET(dinput.shortest), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
> -{ "repeatlast", "c
Signed-off-by: Nicolas George
---
libavfilter/Makefile | 2 +-
libavfilter/vf_lut3d.c | 49 ++---
2 files changed, 27 insertions(+), 24 deletions(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 4089d910ad..a62339992f 100644
--- a/l