diff options
author | Paul B Mahol <onemda@gmail.com> | 2014-02-26 16:34:58 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2014-02-26 16:37:59 +0000 |
commit | 9f2a3bcee7bc3a9c3619a5baabaf44afac2b276a (patch) | |
tree | 2af40cdf9343c240149b4869b80f0f00816d0198 /libavfilter/af_aecho.c | |
parent | a2e4b4e968362dff31b29eabda362ee3edb6d00a (diff) | |
download | ffmpeg-9f2a3bcee7bc3a9c3619a5baabaf44afac2b276a.tar.gz |
avfilter: remove superflous lines
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/af_aecho.c')
-rw-r--r-- | libavfilter/af_aecho.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_aecho.c b/libavfilter/af_aecho.c index 8355e8c452..c26fdd49a9 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" |