]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_kerndeint.c
Merge commit '28bc406c84b04a5f1458b90ff52ddbec73e46202'
[ffmpeg] / libavfilter / vf_kerndeint.c
index 2b29bdcef97679b0876f6be7393f54f8df0e8634..8a44868138d9cefd21d4880452af6fda67d525be 100644 (file)
@@ -305,7 +305,6 @@ static const AVFilterPad kerndeint_outputs[] = {
     { NULL }
 };
 
-static const char *const shorthand[] = { "thresh", "map", "order", "sharp", "twoway", NULL };
 
 AVFilter avfilter_vf_kerndeint = {
     .name          = "kerndeint",
@@ -318,5 +317,4 @@ AVFilter avfilter_vf_kerndeint = {
     .outputs       = kerndeint_outputs,
 
     .priv_class    = &kerndeint_class,
-    .shorthand     = shorthand,
 };