20 Sep
2007
20 Sep
'07
5:01 a.m.
Author: kostya Date: Thu Sep 20 07:01:07 2007 New Revision: 1384 Log: av_clip() is redundant here Modified: rv40/rv34.c Modified: rv40/rv34.c ============================================================================== --- rv40/rv34.c (original) +++ rv40/rv34.c Thu Sep 20 07:01:07 2007 @@ -461,7 +461,7 @@ int ff_rv34_get_omega_signed(GetBitConte static inline int rv34_decode_dquant(GetBitContext *gb, int quant) { if(get_bits1(gb)) - return av_clip(quant + rv34_dquant_tab[quant * 2 + get_bits1(gb)], 0, 31); + return quant + rv34_dquant_tab[quant * 2 + get_bits1(gb)]; else return get_bits(gb, 5); }
6812
Age (days ago)
6812
Last active (days ago)
0 comments
1 participants
participants (1)
-
kostya