[FFmpeg-cvslog] avfilter: remove superflous lines

Paul B Mahol git at videolan.org
Wed Feb 26 17:38:49 CET 2014


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Feb 26 16:34:58 2014 +0000| [9f2a3bcee7bc3a9c3619a5baabaf44afac2b276a] | committer: Paul B Mahol

avfilter: remove superflous lines

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f2a3bcee7bc3a9c3619a5baabaf44afac2b276a
---

 libavfilter/af_adelay.c  |    1 -
 libavfilter/af_aecho.c   |    1 -
 libavfilter/af_apad.c    |    1 -
 libavfilter/af_compand.c |    1 -
 4 files changed, 4 deletions(-)

diff --git a/libavfilter/af_adelay.c b/libavfilter/af_adelay.c
index 363b84d..cfc6b1f 100644
--- a/libavfilter/af_adelay.c
+++ b/libavfilter/af_adelay.c
@@ -16,7 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 #include "libavutil/avstring.h"
diff --git a/libavfilter/af_aecho.c b/libavfilter/af_aecho.c
index 8355e8c..c26fdd4 100644
--- a/libavfilter/af_aecho.c
+++ b/libavfilter/af_aecho.c
@@ -16,7 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 #include "libavutil/avassert.h"
diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c
index 88a3a77..15ba8c4 100644
--- a/libavfilter/af_apad.c
+++ b/libavfilter/af_apad.c
@@ -16,7 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
diff --git a/libavfilter/af_compand.c b/libavfilter/af_compand.c
index c50e989..deaaf44 100644
--- a/libavfilter/af_compand.c
+++ b/libavfilter/af_compand.c
@@ -20,7 +20,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**



More information about the ffmpeg-cvslog mailing list