diff mov.c @ 5723:adf1ad73c63e libavformat

Make mp4_read_descr static: It is only used inside libavformat/mov.c.
author cehoyos
date Sun, 28 Feb 2010 01:51:13 +0000
parents 9a3b8d7062d2
children 8539cb618ae7
line wrap: on
line diff
--- a/mov.c	Sun Feb 28 01:43:47 2010 +0000
+++ b/mov.c	Sun Feb 28 01:51:13 2010 +0000
@@ -396,7 +396,7 @@
     return len;
 }
 
-int mp4_read_descr(AVFormatContext *fc, ByteIOContext *pb, int *tag)
+static int mp4_read_descr(AVFormatContext *fc, ByteIOContext *pb, int *tag)
 {
     int len;
     *tag = get_byte(pb);