diff aiff.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 e3a585883bbd
line wrap: on
line diff
--- a/aiff.c	Sat Jun 17 15:53:23 2006 +0000
+++ b/aiff.c	Sun Jun 18 11:33:14 2006 +0000
@@ -110,7 +110,7 @@
 }
 
 /* Returns the number of sound data frames or negative on error */
-unsigned int get_aiff_header(ByteIOContext *pb, AVCodecContext *codec,
+static unsigned int get_aiff_header(ByteIOContext *pb, AVCodecContext *codec,
                              int size, unsigned version)
 {
     AVExtFloat ext;