mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
revert r11677, it is considered speed critical
Originally committed as revision 11688 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8943802849
commit
961c25b588
@ -4727,7 +4727,7 @@ static inline int mpeg4_decode_block(MpegEncContext * s, DCTELEM * block,
|
||||
int n, int coded, int intra, int rvlc)
|
||||
{
|
||||
int level, i, last, run;
|
||||
int dc_pred_dir = 0;
|
||||
int dc_pred_dir;
|
||||
RLTable * rl;
|
||||
RL_VLC_ELEM * rl_vlc;
|
||||
const uint8_t * scan_table;
|
||||
|
Loading…
Reference in New Issue
Block a user