mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/asink_anullsink: cosmetics
This commit is contained in:
parent
a9500441a7
commit
9cee8975c3
|
@ -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,
|
.inputs = avfilter_asink_anullsink_inputs,
|
||||||
.outputs = NULL,
|
.outputs = NULL,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue