fixing uninitalized dc_pred_dir
this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here) Originally committed as revision 5137 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9e801ee2fa
commit
cb666260a0
@ -4756,6 +4756,7 @@ static inline int mpeg4_decode_block(MpegEncContext * s, DCTELEM * block,
|
|||||||
i = 0;
|
i = 0;
|
||||||
}else{
|
}else{
|
||||||
i = -1;
|
i = -1;
|
||||||
|
ff_mpeg4_pred_dc(s, n, 0, &dc_pred_dir, 0);
|
||||||
}
|
}
|
||||||
if (!coded)
|
if (!coded)
|
||||||
goto not_coded;
|
goto not_coded;
|
||||||
|
Loading…
Reference in New Issue
Block a user