|
|
|
@@ -244,8 +244,6 @@ static const AVFilterPad decimate_outputs[] = { |
|
|
|
{ NULL } |
|
|
|
}; |
|
|
|
|
|
|
|
static const char *const shorthand[] = { "max", "hi", "lo", "frac", NULL }; |
|
|
|
|
|
|
|
AVFilter avfilter_vf_decimate = { |
|
|
|
.name = "decimate", |
|
|
|
.description = NULL_IF_CONFIG_SMALL("Remove near-duplicate frames."), |
|
|
|
@@ -257,5 +255,4 @@ AVFilter avfilter_vf_decimate = { |
|
|
|
.inputs = decimate_inputs, |
|
|
|
.outputs = decimate_outputs, |
|
|
|
.priv_class = &decimate_class, |
|
|
|
.shorthand = shorthand, |
|
|
|
}; |