Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-11-04 04:42:30 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-04 05:32:18 +0400
commit6cf0c4107fbe665104b4a711a7772d4325009e15 (patch)
treeb434665070829edaaf95ea98ac683236a6fb993b /libavcodec/vp9data.h
parente1351662063d6aa9c0a04b869afc88b252155de8 (diff)
Put vp9_scans and vp9_scans_nb in ro_data.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp9data.h')
-rw-r--r--libavcodec/vp9data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vp9data.h b/libavcodec/vp9data.h
index d38365acac..625b60e10e 100644
--- a/libavcodec/vp9data.h
+++ b/libavcodec/vp9data.h
@@ -469,7 +469,7 @@ static const int16_t vp9_default_scan_32x32[1024] = {
923, 954, 985, 1016, 831, 862, 893, 955, 986, 1017, 863, 894, 987, 1018, 895, 1019, 924, 925, 956, 926, 957, 988, 927, 958, 989, 1020, 959, 990, 1021, 991, 1022, 1023,
};
-static const int16_t *vp9_scans[5][4] = {
+static const int16_t * const vp9_scans[5][4] = {
{
vp9_default_scan_4x4, vp9_col_scan_4x4,
vp9_row_scan_4x4, vp9_default_scan_4x4
@@ -1026,7 +1026,7 @@ static const int16_t vp9_default_scan_32x32_nb[1024][2] = {
{ 990, 959 }, { 1021, 990 }, { 1022, 991 }, { 0, 0 },
};
-static const int16_t (*vp9_scans_nb[5][4])[2] = {
+static const int16_t (* const vp9_scans_nb[5][4])[2] = {
{
vp9_default_scan_4x4_nb, vp9_col_scan_4x4_nb,
vp9_row_scan_4x4_nb, vp9_default_scan_4x4_nb