[FFmpeg-cvslog] r11690 - trunk/libavcodec/h263.c

Måns Rullgård mans
Thu Jan 31 03:17:33 CET 2008


michael <subversion at mplayerhq.hu> writes:

> Author: michael
> Date: Thu Jan 31 03:13:53 2008
> New Revision: 11690
>
> Log:
> Comment about weird warning prevention.
>
> Modified:
>    trunk/libavcodec/h263.c
>
> Modified: trunk/libavcodec/h263.c
> ==============================================================================
> --- trunk/libavcodec/h263.c	(original)
> +++ trunk/libavcodec/h263.c	Thu Jan 31 03:13:53 2008
> @@ -4727,7 +4727,7 @@ static inline int mpeg4_decode_block(Mpe
>                                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

Thanks.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list