mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
cosmetics: Remove extra newlines at EOF
This commit is contained in:
@@ -297,4 +297,3 @@ AVFilterBufferRef *avfilter_null_get_audio_buffer(AVFilterLink *link, int perms,
|
||||
return avfilter_get_audio_buffer(link->dst->outputs[0], perms, sample_fmt,
|
||||
size, channel_layout, packed);
|
||||
}
|
||||
|
||||
|
||||
@@ -181,4 +181,3 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
|
||||
*oldref = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -143,4 +143,3 @@ AVFilter avfilter_vf_setsar = {
|
||||
{ .name = NULL}},
|
||||
};
|
||||
#endif /* CONFIG_SETSAR_FILTER */
|
||||
|
||||
|
||||
@@ -144,4 +144,3 @@ AVFilter avfilter_vf_noformat = {
|
||||
{ .name = NULL}},
|
||||
};
|
||||
#endif /* CONFIG_NOFORMAT_FILTER */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user