Commit 9cee8975 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/asink_anullsink: cosmetics

parent a9500441
...@@ -40,9 +40,7 @@ static const AVFilterPad avfilter_asink_anullsink_inputs[] = { ...@@ -40,9 +40,7 @@ static const AVFilterPad avfilter_asink_anullsink_inputs[] = {
AVFilter ff_asink_anullsink = { AVFilter ff_asink_anullsink = {
.name = "anullsink", .name = "anullsink",
.description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input audio."), .description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input audio."),
.priv_size = 0,
.priv_size = 0, .inputs = avfilter_asink_anullsink_inputs,
.outputs = NULL,
.inputs = avfilter_asink_anullsink_inputs,
.outputs = NULL,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment