]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263.h
timecode: fix typo
[ffmpeg] / libavcodec / h263.h
index 1a3c85e22e3a2f0f84fc7d033070f38ff0a62cd9..0c115147861dea49d2eb415a5a453d47121bb921 100644 (file)
@@ -59,8 +59,8 @@ extern RLTable rl_intra_aic;
 
 extern const uint16_t h263_format[8][2];
 extern const uint8_t modified_quant_tab[2][32];
-extern uint16_t ff_mba_max[6];
-extern uint8_t ff_mba_length[7];
+extern const uint16_t ff_mba_max[6];
+extern const uint8_t ff_mba_length[7];
 
 extern uint8_t ff_h263_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];