mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/h261enc: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
260fc0d95b
commit
cda3c00475
@ -330,8 +330,7 @@ static av_cold void init_uni_h261_rl_tab(RLTable *rl, uint32_t *bits_tab,
|
||||
for(last=0; last<=1; last++){
|
||||
const int index= UNI_ENC_INDEX(last, run, slevel+64);
|
||||
int level= slevel < 0 ? -slevel : slevel;
|
||||
int sign= slevel < 0 ? 1 : 0;
|
||||
int bits, len, code;
|
||||
int len, code;
|
||||
|
||||
len_tab[index]= 100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user