X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Facelp_filters.h;h=6a9ebd943e5aa15e04bd636966f8d0993c4dba9b;hb=bfe1cd80ebeab58cbc1c91ac766a96fce8e4ec1e;hp=0b1ccf4e71095092543ab169fe41521098897743;hpb=0c733da8e2dc411afbc1e74f88890dcf15533553;p=ffmpeg diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 0b1ccf4e710..6a9ebd943e5 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -3,20 +3,20 @@ * * Copyright (c) 2008 Vladimir Voroshilov * - * 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 */ @@ -32,7 +32,7 @@ * the coefficients are scaled by 2^15. * This array only contains the right half of the filter. * This filter is likely identical to the one used in G.729, though this - * could not be determined from the original comments with certainity. + * could not be determined from the original comments with certainty. */ extern const int16_t ff_acelp_interp_filter[61];