[Ffmpeg-devel] [PATCH] part 4 - portability fixes (ILP32 vs LP64)
    Dieter 
    freebsd
       
    Sat Jan 28 00:16:45 CET 2006
    
    
  
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;
    
    
More information about the ffmpeg-devel
mailing list