Commit 4eb1d1e1 authored by mellum's avatar mellum

Revert previous bogus warning fix.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@655 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3da008be
......@@ -1367,6 +1367,7 @@ static inline int mpeg4_pred_dc(MpegEncContext * s, int n, UINT16 **dc_val_ptr,
{
int a, b, c, wrap, pred, scale;
UINT16 *dc_val;
int dummy;
/* find prediction */
if (n < 4) {
......
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