diff movenc.c @ 1124:d3aff2c607f9 libavformat

Add const to (mostly) char* and make some functions static, which aren't used outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org
author diego
date Sun, 18 Jun 2006 11:33:14 +0000
parents 6992dd78ff68
children 6380964c7623
line wrap: on
line diff
--- a/movenc.c	Sat Jun 17 15:53:23 2006 +0000
+++ b/movenc.c	Sun Jun 18 11:33:14 2006 +0000
@@ -1341,7 +1341,7 @@
     return updateSize(pb, pos);
 }
 
-int mov_write_mdat_tag(ByteIOContext *pb, MOVContext* mov)
+static int mov_write_mdat_tag(ByteIOContext *pb, MOVContext* mov)
 {
     put_be32(pb, 8);    // placeholder for extended size field (64 bit)
     put_tag(pb, "wide");