Mercurial > libavcodec.hg
changeset 6146:809fd829a864 libavcodec
Add a couple of missing consts.
patch by Sigbjrn Skjret, cisc broadpark no
author | diego |
---|---|
date | Mon, 14 Jan 2008 22:10:19 +0000 |
parents | ddf5d7fae101 |
children | 27b50e016757 |
files | msmpeg4.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;