Mercurial > libavcodec.hg
diff rangecoder.c @ 2522:e25782262d7d libavcodec
kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
| author | michael |
|---|---|
| date | Thu, 24 Feb 2005 19:08:50 +0000 |
| parents | 25448d0bc924 |
| children | 95bac7109ff0 |
line wrap: on
line diff
--- a/rangecoder.c Thu Feb 24 16:39:03 2005 +0000 +++ b/rangecoder.c Thu Feb 24 19:08:50 2005 +0000 @@ -58,7 +58,7 @@ void ff_build_rac_states(RangeCoder *c, int factor, int max_p){ const int64_t one= 1LL<<32; int64_t p; - int last_p8, p8, i, j; + int last_p8, p8, i; memset(c->zero_state, 0, sizeof(c->zero_state)); memset(c-> one_state, 0, sizeof(c-> one_state));
