changeset 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 8e0b6203dfb5
children d63669d827bc
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);