diff h261.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 0b546eab515d
children 8d1b2cc2a75b
line wrap: on
line diff
--- a/h261.c	Sat Jan 28 00:57:59 2006 +0000
+++ b/h261.c	Sat Jan 28 16:05:06 2006 +0000
@@ -762,7 +762,7 @@
  * 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;