]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_bwdif.c
Merge commit 'd52208e8d549d4c84a2a348aa3790b1a177e779a'
[ffmpeg] / libavfilter / vf_bwdif.c
index d402aa4f8b9ad960c5f69741b2080c0fdce6e071..595b82586cc648ac35d9f1989f9494fafbb79633 100644 (file)
@@ -543,7 +543,7 @@ static const AVOption bwdif_options[] = {
     CONST("bff",  "assume bottom field first", BWDIF_PARITY_BFF,  "parity"),
     CONST("auto", "auto detect parity",        BWDIF_PARITY_AUTO, "parity"),
 
-    { "deint", "specify which frames to deinterlace", OFFSET(deint), AV_OPT_TYPE_INT, {.i64=BWDIF_DEINT_INTERLACED}, 0, 1, FLAGS, "deint" },
+    { "deint", "specify which frames to deinterlace", OFFSET(deint), AV_OPT_TYPE_INT, {.i64=BWDIF_DEINT_ALL}, 0, 1, FLAGS, "deint" },
     CONST("all",        "deinterlace all frames",                       BWDIF_DEINT_ALL,        "deint"),
     CONST("interlaced", "only deinterlace frames marked as interlaced", BWDIF_DEINT_INTERLACED, "deint"),