X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv40vlc2.h;h=2f63fc27e37cee96dd30375a6f177fcdc054aff4;hb=da55ee6ccc05efdd9006bb8c31db9012a3326857;hp=a61ae270057bc2623f3476f3342c5fdce2d0cc11;hpb=c47e20e621fcb85ba6ae925f099fb40cfff6812b;p=ffmpeg diff --git a/libavcodec/rv40vlc2.h b/libavcodec/rv40vlc2.h index a61ae270057..2f63fc27e37 100644 --- a/libavcodec/rv40vlc2.h +++ b/libavcodec/rv40vlc2.h @@ -2,30 +2,30 @@ * RealVideo 4 decoder * copyright (c) 2007 Konstantin Shishkov * - * 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 rv40vlc2.h + * @file * RV40 VLC tables used for macroblock information decoding */ -#ifndef FFMPEG_RV40VLC2_H -#define FFMPEG_RV40VLC2_H +#ifndef AVCODEC_RV40VLC2_H +#define AVCODEC_RV40VLC2_H #include @@ -666,7 +666,7 @@ static const uint8_t ptype_vlc_syms[PTYPE_VLC_SIZE] = { /** reverse of ptype_vlc_syms */ static const uint8_t block_num_to_ptype_vlc_num[12] = { - 0, 1, 2, 3, 0, 0, 0, 0, 4, 5, 0, 6 + 0, 1, 2, 3, 0, 0, 2, 0, 4, 5, 0, 6 }; //@} @@ -703,4 +703,4 @@ static const uint8_t block_num_to_btype_vlc_num[12] = { 0, 1, 0, 0, 2, 3, 0, 5, 0, 0, 4, 0 }; //@} -#endif /* FFMPEG_RV40VLC2_H */ +#endif /* AVCODEC_RV40VLC2_H */