X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263data.h;h=907eae2a657a8bb29463d81c4434326bf699bbe7;hb=7b0b10ce4186eaa1cd3c0a2bfbb86307d65eecfd;hp=81e3ddd2e053331b33d5df4b644d99a3513f094d;hpb=51bfaa21c85201ab31776a447599349a1ed6e96b;p=ffmpeg diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h index 81e3ddd2e05..907eae2a657 100644 --- a/libavcodec/h263data.h +++ b/libavcodec/h263data.h @@ -264,11 +264,11 @@ const uint8_t ff_h263_chroma_qscale_table[32]={ 0, 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 9,10,10,11,11,12,12,12,13,13,13,14,14,14,14,14,15,15,15,15,15 }; -uint16_t ff_mba_max[6]={ +const uint16_t ff_mba_max[6]={ 47, 98, 395,1583,6335,9215 }; -uint8_t ff_mba_length[7]={ +const uint8_t ff_mba_length[7]={ 6, 7, 9, 11, 13, 14, 14 };