# HG changeset patch # User diego # Date 1200348619 0 # Node ID 809fd829a8640296a9c17c8fe734ce1721a060e6 # Parent ddf5d7fae10109c99fe8b90bdd9b399531280994 Add a couple of missing consts. patch by Sigbjrn Skjret, cisc broadpark no diff -r ddf5d7fae101 -r 809fd829a864 msmpeg4.c --- a/msmpeg4.c Mon Jan 14 06:10:02 2008 +0000 +++ b/msmpeg4.c Mon Jan 14 22:10:19 2008 +0000 @@ -70,7 +70,7 @@ static int msmpeg4v34_decode_mb(MpegEncContext *s, DCTELEM block[6][64]); /* vc1 externs */ -extern uint8_t wmv3_dc_scale_table[32]; +extern const uint8_t wmv3_dc_scale_table[32]; #ifdef DEBUG int intra_count = 0;