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
1 changed files with 1 additions and 0 deletions
|
|
@ -4756,6 +4756,7 @@ static inline int mpeg4_decode_block(MpegEncContext * s, DCTELEM * block,
|
|||
i = 0;
|
||||
}else{
|
||||
i = -1;
|
||||
ff_mpeg4_pred_dc(s, n, 0, &dc_pred_dir, 0);
|
||||
}
|
||||
if (!coded)
|
||||
goto not_coded;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue