Commit 0d698cd2 authored by michael's avatar michael

fixing uninitalized dc_pred_dir

this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5137 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3bbb0e7a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment