diff options
Diffstat (limited to 'libavcodec/on2avcdata.h')
-rw-r--r-- | libavcodec/on2avcdata.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/libavcodec/on2avcdata.h b/libavcodec/on2avcdata.h index 39d2911..7f498e5 100644 --- a/libavcodec/on2avcdata.h +++ b/libavcodec/on2avcdata.h @@ -3,20 +3,20 @@ * * Copyright (c) 2013 Konstantin Shishkov * - * This file is part of Libav. + * This file is part of FFmpeg. * - * Libav is free software; you can redistribute it and/or + * FFmpeg 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. * - * Libav is distributed in the hope that it will be useful, + * FFmpeg 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 Libav; if not, write to the Free Software + * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -64,16 +64,16 @@ extern const double ff_on2avc_tab_84_1[]; extern const double ff_on2avc_tab_84_2[]; extern const double ff_on2avc_tab_84_3[]; extern const double ff_on2avc_tab_84_4[]; -extern const double* ff_on2avc_tabs_4_10_1[4]; -extern const double* ff_on2avc_tabs_4_10_2[4]; -extern const double* ff_on2avc_tabs_9_20_1[9]; -extern const double* ff_on2avc_tabs_9_20_2[9]; -extern const double* ff_on2avc_tabs_19_40_1[19]; -extern const double* ff_on2avc_tabs_19_40_2[19]; -extern const double* ff_on2avc_tabs_20_84_1[20]; -extern const double* ff_on2avc_tabs_20_84_2[20]; -extern const double* ff_on2avc_tabs_20_84_3[20]; -extern const double* ff_on2avc_tabs_20_84_4[20]; +extern const double* const ff_on2avc_tabs_4_10_1[4]; +extern const double* const ff_on2avc_tabs_4_10_2[4]; +extern const double* const ff_on2avc_tabs_9_20_1[9]; +extern const double* const ff_on2avc_tabs_9_20_2[9]; +extern const double* const ff_on2avc_tabs_19_40_1[19]; +extern const double* const ff_on2avc_tabs_19_40_2[19]; +extern const double* const ff_on2avc_tabs_20_84_1[20]; +extern const double* const ff_on2avc_tabs_20_84_2[20]; +extern const double* const ff_on2avc_tabs_20_84_3[20]; +extern const double* const ff_on2avc_tabs_20_84_4[20]; extern const float ff_on2avc_ctab_1[2048]; extern const float ff_on2avc_ctab_2[2048]; extern const float ff_on2avc_ctab_3[2048]; |