[Ffmpeg-devel] [PATCH] part 12 - portability fixes (ILP32 vs LP64)

Rich Felker dalias
Mon Jan 30 20:30:28 CET 2006


On Sun, Jan 29, 2006 at 08:21:00PM +0000, Dieter wrote:
> Diffs for file: libavcodec/snow.c
> 
> ===================================================================
> RCS file: RCS/snow.c,v
> retrieving revision 1.1
> diff -u -r1.1 snow.c
> --- snow.c      2006/01/26 21:03:39     1.1
> +++ snow.c      2006/01/26 21:32:47
> @@ -1576,7 +1576,7 @@
>          spatial_compose97i_dy(&cs, buffer, width, height, stride);
>  }
>  
> -void ff_spatial_idwt_buffered_init(dwt_compose_t *cs, slice_buffer * sb, int width, int height, int stride_line, int type, i
> nt decomposition_count){
> +static void ff_spatial_idwt_buffered_init(dwt_compose_t *cs, slice_buffer * sb, int width, int height, int stride_line, int 
> type, int decomposition_count){

All your patches got corrupted by your broken mailer. Next time make
them attachments rather than including them inline, or else try a
non-broken mail program.

Rich





More information about the ffmpeg-devel mailing list