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:

committed by
Michael Niedermayer

parent
53513831da
commit
88730be651
@@ -94,7 +94,7 @@ static inline void refill(RangeCoder *c){
|
||||
|
||||
static inline int get_rac(RangeCoder *c, uint8_t * const state){
|
||||
int range1= (c->range * (*state)) >> 8;
|
||||
int one_mask;
|
||||
int attribute_unused one_mask;
|
||||
|
||||
c->range -= range1;
|
||||
#if 1
|
||||
|
Reference in New Issue
Block a user