diff h264.c @ 3071:cc0357a90e8f libavcodec

make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)
author aurel
date Sat, 28 Jan 2006 16:05:06 +0000
parents 04b924f8f5a5
children 385e54795a9e
line wrap: on
line diff
--- a/h264.c	Sat Jan 28 00:57:59 2006 +0000
+++ b/h264.c	Sat Jan 28 16:05:06 2006 +0000
@@ -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;