]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_extrastereo.c
avfilter/x86/vf_psnr.asm: fix typo
[ffmpeg] / libavfilter / af_extrastereo.c
index 4877244a4f331ed7e4b77e50af9976c2cae70d16..b4f8c85c38cb6faf56ce75f4f37512d1bdace9cf 100644 (file)
@@ -35,7 +35,7 @@ typedef struct ExtraStereoContext {
 
 static const AVOption extrastereo_options[] = {
     { "m", "set the difference coefficient", OFFSET(mult), AV_OPT_TYPE_FLOAT, {.dbl=2.5}, -10, 10, A },
-    { "c", "enable clipping",                OFFSET(clip), AV_OPT_TYPE_INT,   {.i64=1},     0,  1, A },
+    { "c", "enable clipping",                OFFSET(clip), AV_OPT_TYPE_BOOL,  {.i64=1},     0,  1, A },
     { NULL }
 };