summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2012-01-27 10:36:35 -0800
committerAlex Converse <alex.converse@gmail.com>2012-01-27 17:19:09 -0800
commit7181c4edee636beaf520344766ae5bd8a9d9d15a (patch)
treef60f2392bdad7910b446e259b8c6f66fe31078ca /libavfilter
parente771e6dd63e837220aa5d959486546d2be972e83 (diff)
downloadffmpeg-streaming-7181c4edee636beaf520344766ae5bd8a9d9d15a.zip
ffmpeg-streaming-7181c4edee636beaf520344766ae5bd8a9d9d15a.tar.gz
cosmetics: Remove extra newlines at EOF
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/defaults.c1
-rw-r--r--libavfilter/formats.c1
-rw-r--r--libavfilter/vf_aspect.c1
-rw-r--r--libavfilter/vf_format.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c
index 4c7e878..6d9003d 100644
--- a/libavfilter/defaults.c
+++ b/libavfilter/defaults.c
@@ -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);
}
-
diff --git a/libavfilter/formats.c b/libavfilter/formats.c
index 8c5041a..78b0277 100644
--- a/libavfilter/formats.c
+++ b/libavfilter/formats.c
@@ -181,4 +181,3 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
*oldref = NULL;
}
}
-
diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c
index b43aa86..9db29c7 100644
--- a/libavfilter/vf_aspect.c
+++ b/libavfilter/vf_aspect.c
@@ -143,4 +143,3 @@ AVFilter avfilter_vf_setsar = {
{ .name = NULL}},
};
#endif /* CONFIG_SETSAR_FILTER */
-
diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index 0b0d094..9c1e0d4 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -144,4 +144,3 @@ AVFilter avfilter_vf_noformat = {
{ .name = NULL}},
};
#endif /* CONFIG_NOFORMAT_FILTER */
-
OpenPOWER on IntegriCloud