]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_field.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / vf_field.c
index c113512b74ca10e17bc947e1dcf1cd18602b6505..bbe66ded4c1e2ecd8c61c034153871bb84fb9d71 100644 (file)
@@ -107,8 +107,6 @@ static const AVFilterPad field_outputs[] = {
     { NULL }
 };
 
-static const char *const shorthand[] = { "type", NULL };
-
 AVFilter avfilter_vf_field = {
     .name          = "field",
     .description   = NULL_IF_CONFIG_SMALL("Extract a field from the input video."),