Browse Source

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
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
cb666260a0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h263.c

+ 1
- 0
libavcodec/h263.c View File

@@ -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…
Cancel
Save