X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh261data.h;h=2c610151c798531e768a9f6b9c98551494408aa2;hb=2c6cf1394096d08396faadc6e7c0b404fd6df006;hp=a86b6df98a18855c8976da08542e8b34384c094c;hpb=5b21bdabe43611385d1d55a21d5b1f607b133d29;p=ffmpeg diff --git a/libavcodec/h261data.h b/libavcodec/h261data.h index a86b6df98a1..2c610151c79 100644 --- a/libavcodec/h261data.h +++ b/libavcodec/h261data.h @@ -2,30 +2,30 @@ * copyright (c) 2002-2004 Michael Niedermayer * copyright (c) 2004 Maarten Daniels * - * 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 */ /** - * @file h261data.h + * @file * H.261 tables. */ -#ifndef FFMPEG_H261DATA_H -#define FFMPEG_H261DATA_H +#ifndef AVCODEC_H261DATA_H +#define AVCODEC_H261DATA_H #include #include "h261.h" @@ -161,4 +161,4 @@ static RLTable h261_rl_tcoeff = { h261_tcoeff_level, }; -#endif /* FFMPEG_H261DATA_H */ +#endif /* AVCODEC_H261DATA_H */