From 785eb5fc57e006543254d35f5d699eff57a4f681 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 26 Apr 2013 23:45:24 +0000 Subject: lavfi/negate: unbreak negate alpha Signed-off-by: Paul B Mahol --- libavfilter/vf_lut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_lut.c') diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index 4313e77204..010f58af28 100644 --- a/libavfilter/vf_lut.c +++ b/libavfilter/vf_lut.c @@ -403,7 +403,7 @@ DEFINE_LUT_FILTER(lutrgb, "Compute and apply a lookup table to the RGB input vid #if CONFIG_NEGATE_FILTER static const AVOption negate_options[] = { - { "negate_alpha", NULL, OFFSET(negate_alpha), AV_OPT_TYPE_INT, { .i64 = 0 }, .flags = FLAGS }, + { "negate_alpha", NULL, OFFSET(negate_alpha), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS }, { NULL }, }; -- cgit v1.2.3