From 1b47fafd9fa21a5bdafa41848dfdccd36623ee6c Mon Sep 17 00:00:00 2001 From: Dieter Date: Sat, 28 Jan 2006 16:05:06 +0000 Subject: make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h261.c') diff --git a/libavcodec/h261.c b/libavcodec/h261.c index 9b672545a1..c6218c8b9d 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -762,7 +762,7 @@ static int h261_decode_block(H261Context * h, DCTELEM * block, * decodes the H261 picture header. * @return <0 if no startcode found */ -int h261_decode_picture_header(H261Context *h){ +static int h261_decode_picture_header(H261Context *h){ MpegEncContext * const s = &h->s; int format, i; uint32_t startcode= 0; -- cgit v1.2.1