[Ffmpeg-devel] [PATCH] part 3 - portability fixes (ILP32 vs LP64)

Dieter freebsd
Sat Jan 28 00:12:36 CET 2006


Diffs for file: libavcodec/h261.c

===================================================================
RCS file: RCS/h261.c,v
retrieving revision 1.1
diff -u -r1.1 h261.c
--- h261.c      2006/01/26 21:26:09     1.1
+++ h261.c      2006/01/26 21:26:25
@@ -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;





More information about the ffmpeg-devel mailing list