X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffaanidct.c;h=0b9b458284d006449818313312d00399fbac1b43;hb=0249144a1c5ca6054e4b7374b5dd24bcbe435239;hp=dc3d8fbb812b743d83b2cdba65140f9e4278afce;hpb=8d06bd53f8daedd2928403abe3013225665e2d49;p=ffmpeg diff --git a/libavcodec/faanidct.c b/libavcodec/faanidct.c index dc3d8fbb812..0b9b458284d 100644 --- a/libavcodec/faanidct.c +++ b/libavcodec/faanidct.c @@ -2,20 +2,20 @@ * Floating point AAN IDCT * Copyright (c) 2008 Michael Niedermayer * - * This file is part of FFmpeg. + * This file is part of Libav. * - * FFmpeg is free software; you can redistribute it and/or + * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser 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, + * Libav 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. * * You should have received a copy of the GNU Lesser General Public - * License along with FFmpeg; if not, write to the Free Software + * License along with Libav; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "faanidct.h"