[FFmpeg-devel] [PATCH] [H.263] remove disabled code cruft
Diego Biurrun
diego
Wed Dec 30 14:00:25 CET 2009
On Sat, Dec 26, 2009 at 06:22:42PM +0100, Diego Biurrun wrote:
> $subject, as attached
>
> --- libavcodec/h263.c (revision 20925)
> +++ libavcodec/h263.c (working copy)
> @@ -3019,13 +3008,6 @@
>
> -static inline void memsetw(short *tab, int val, int n)
> -{
> - int i;
> - for(i=0;i<n;i++)
> - tab[i] = val;
> -}
> -
>
> @@ -3248,13 +3228,6 @@
>
> -#if 0
> - /* clean DC */
> - memsetw(s->dc_val[0] + l_xy, 1024, l_wrap*2+1);
> - memsetw(s->dc_val[1] + c_xy, 1024, c_wrap+1);
> - memsetw(s->dc_val[2] + c_xy, 1024, c_wrap+1);
> -#endif
I just noticed that this is an exact duplicate of msmpeg4_memsetw.
This should be a good reason to remove it.
Diego
More information about the ffmpeg-devel
mailing list