Comment about weird warning prevention.

Originally committed as revision 11690 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 17 years ago
parent b34130ae61
commit b2aba2e6e7
  1. 2
      libavcodec/h263.c

@ -4727,7 +4727,7 @@ static inline int mpeg4_decode_block(MpegEncContext * s, DCTELEM * block,
int n, int coded, int intra, int rvlc)
{
int level, i, last, run;
int dc_pred_dir= dc_pred_dir;
int dc_pred_dir= dc_pred_dir; //weird init to prevent uninitalized warning
RLTable * rl;
RL_VLC_ELEM * rl_vlc;
const uint8_t * scan_table;

Loading…
Cancel
Save