diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-01-27 10:36:35 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-01-27 17:19:09 -0800 |
commit | 7181c4edee636beaf520344766ae5bd8a9d9d15a (patch) | |
tree | f60f2392bdad7910b446e259b8c6f66fe31078ca /libavfilter | |
parent | e771e6dd63e837220aa5d959486546d2be972e83 (diff) | |
download | ffmpeg-7181c4edee636beaf520344766ae5bd8a9d9d15a.tar.gz |
cosmetics: Remove extra newlines at EOF
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/defaults.c | 1 | ||||
-rw-r--r-- | libavfilter/formats.c | 1 | ||||
-rw-r--r-- | libavfilter/vf_aspect.c | 1 | ||||
-rw-r--r-- | libavfilter/vf_format.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c index 4c7e878f9e..6d9003de37 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 8c5041a8fe..78b027762a 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 b43aa86bea..9db29c70f5 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 0b0d094169..9c1e0d4266 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 */ - |