diff options
author | John Stebbins <[email protected]> | 2015-11-09 13:37:32 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-02-15 12:38:13 -0700 |
commit | 7e5bbec56e9ee7b47d54d6e8ebfe912467479608 (patch) | |
tree | 60c78771e72419cf2afbc5653797ff3d62be16ca /gtk/src | |
parent | bced9cf423c41335de91922863940b60fb183b28 (diff) |
deinterlace: use avfilter yadif deinterlacer
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/hb-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index ce262335e..ccadcfbd4 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -200,7 +200,7 @@ static options_map_t d_deint_opts[] = { {N_("Off"), "off", HB_FILTER_INVALID, ""}, {N_("Decomb"), "decomb", HB_FILTER_DECOMB, ""}, - {N_("Deinterlace"), "deinterlace", HB_FILTER_DEINTERLACE, ""}, + {N_("Yadif"), "deinterlace", HB_FILTER_DEINTERLACE, ""}, }; combo_opts_t deint_opts = { |