X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frangecoder.h;h=7ad1bd2e5591fdfb071a4578ddb095453aba43f9;hb=4466d0e84b3a105a02170ce8bc9e22820ff0152f;hp=f26b39aa7f10a0d091fb4df3897be55f26993961;hpb=e5a389a1b70a32a56aa83377e88bf718251aa8f0;p=ffmpeg diff --git a/libavcodec/rangecoder.h b/libavcodec/rangecoder.h index f26b39aa7f1..7ad1bd2e559 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -2,25 +2,25 @@ * Range coder * Copyright (c) 2004 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 */ /** - * @file rangecoder.h + * @file * Range coder. */ @@ -29,7 +29,7 @@ #include #include -#include "common.h" +#include "libavutil/common.h" typedef struct RangeCoder{ int low; @@ -138,4 +138,4 @@ static inline int get_rac(RangeCoder *c, uint8_t * const state){ #endif } -#endif // AVCODEC_RANGECODER_H +#endif /* AVCODEC_RANGECODER_H */