mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-28 07:29:14 +00:00
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
53513831da
commit
88730be651
42 changed files with 95 additions and 86 deletions
|
@ -58,7 +58,7 @@ void ff_init_range_decoder(RangeCoder *c, const uint8_t *buf, int buf_size){
|
|||
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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue