X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263data.h;h=907eae2a657a8bb29463d81c4434326bf699bbe7;hb=7a1723086a9cc72c2f3e1e682b002ed3d81990d3;hp=81e3ddd2e053331b33d5df4b644d99a3513f094d;hpb=f0a7b67a356def037d26f9460b22c86d82be2b89;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 };