vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Nov 13 15:51:30 2012 +0100| [fea855d766146fee9ba105519471cdaef378f211] | committer: Jean-Baptiste Kempf
Yadif: fix copyright headers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fea855d766146fee9ba105519471cdaef378f211 --- modules/video_filter/deinterlace/algo_yadif.h | 6 +++--- modules/video_filter/deinterlace/yadif.h | 6 +++--- modules/video_filter/deinterlace/yadif_template.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/video_filter/deinterlace/algo_yadif.h b/modules/video_filter/deinterlace/algo_yadif.h index b211417..e1a256c 100644 --- a/modules/video_filter/deinterlace/algo_yadif.h +++ b/modules/video_filter/deinterlace/algo_yadif.h @@ -1,5 +1,5 @@ /***************************************************************************** - * algo_yadif.h : Wrapper for MPlayer's Yadif algorithm + * algo_yadif.h : Wrapper for FFmpeg's Yadif algorithm ***************************************************************************** * Copyright (C) 2000-2011 the VideoLAN team * $Id$ @@ -28,7 +28,7 @@ /** * \file * Adapter to fit the Yadif (Yet Another DeInterlacing Filter) algorithm - * from MPlayer into VLC. The algorithm itself is implemented in yadif.h. + * from FFmpeg into VLC. The algorithm itself is implemented in yadif.h. */ /* Forward declarations */ @@ -40,7 +40,7 @@ struct picture_t; *****************************************************************************/ /** - * Yadif (Yet Another DeInterlacing Filter) from MPlayer. + * Yadif (Yet Another DeInterlacing Filter) from FFmpeg. * One field is copied as-is (i_field), the other is interpolated. * * Comes with both interpolating and framerate doubling modes. diff --git a/modules/video_filter/deinterlace/yadif.h b/modules/video_filter/deinterlace/yadif.h index d8bb3e7..ef01290 100644 --- a/modules/video_filter/deinterlace/yadif.h +++ b/modules/video_filter/deinterlace/yadif.h @@ -4,16 +4,16 @@ * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or modify - * under the terms of the GNU Lesser General Public License as published by + * under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General Public License * with FFmpeg; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ diff --git a/modules/video_filter/deinterlace/yadif_template.h b/modules/video_filter/deinterlace/yadif_template.h index cc15b6a..1cdf10e 100644 --- a/modules/video_filter/deinterlace/yadif_template.h +++ b/modules/video_filter/deinterlace/yadif_template.h @@ -4,16 +4,16 @@ * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or modify - * under the terms of the GNU Lesser General Public License as published by + * under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General Public License * with FFmpeg; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
