]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_delogo.c
Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'
[ffmpeg] / libavfilter / vf_delogo.c
index 50a548b83c8664f4ccad58046dcb9cc4a067ce9c..fa5e227c4a54b2b6269d8cd06a4f906a38938d26 100644 (file)
@@ -163,7 +163,7 @@ static const AVOption delogo_options[]= {
     { "h",    "set logo height",           OFFSET(h),    AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, FLAGS },
     { "band", "set delogo area band size", OFFSET(band), AV_OPT_TYPE_INT, { .i64 =  4 },  1, INT_MAX, FLAGS },
     { "t",    "set delogo area band size", OFFSET(band), AV_OPT_TYPE_INT, { .i64 =  4 },  1, INT_MAX, FLAGS },
-    { "show", "show delogo area",          OFFSET(show), AV_OPT_TYPE_INT, { .i64 =  0 },  0, 1,       FLAGS },
+    { "show", "show delogo area",          OFFSET(show), AV_OPT_TYPE_BOOL,{ .i64 =  0 },  0, 1,       FLAGS },
     { NULL }
 };