]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tinterlace.c
lavfi/setdar: fix num/den swapping in log message
[ffmpeg] / libavfilter / vf_tinterlace.c
index 6ff2140bbeed8853c26b0a47859b889861e8ffe3..13b8ce286a1926a0929ba1fdf1d7e5947989093c 100644 (file)
@@ -385,8 +385,6 @@ static const AVFilterPad tinterlace_outputs[] = {
     { NULL }
 };
 
-static const char *const shorthand[] = { "mode", NULL };
-
 AVFilter avfilter_vf_tinterlace = {
     .name          = "tinterlace",
     .description   = NULL_IF_CONFIG_SMALL("Perform temporal field interlacing."),
@@ -396,5 +394,4 @@ AVFilter avfilter_vf_tinterlace = {
     .inputs        = tinterlace_inputs,
     .outputs       = tinterlace_outputs,
     .priv_class    = &tinterlace_class,
-    .shorthand     = shorthand,
 };