[Ffmpeg-devel] [PATCH] part 4 - portability fixes (ILP32 vs LP64)
Aurelien Jacobs
aurel
Sat Jan 28 18:03:14 CET 2006
On Fri, 27 Jan 2006 23:16:45 +0000
Dieter <freebsd at sopwith.solgatos.com> wrote:
> Diffs for file: libavcodec/h264.c
>
> ===================================================================
> RCS file: RCS/h264.c,v
> retrieving revision 1.1
> diff -u -r1.1 h264.c
> --- h264.c 2006/01/26 21:27:25 1.1
> +++ h264.c 2006/01/26 21:27:43
> @@ -5741,7 +5741,7 @@
> return 0;
> }
>
> -void inline compute_mb_neighboors(H264Context *h)
> +static void inline compute_mb_neighboors(H264Context *h)
> {
> MpegEncContext * const s = &h->s;
> const int mb_xy = s->mb_x + s->mb_y*s->mb_stride;
Commited this one and your previous conversion to static changes.
Aurel
More information about the ffmpeg-devel
mailing list