summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 01:51:13 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 01:51:13 +0000
commit998257bd4f1343eb1020d1fbe333dd519597acc0 (patch)
tree9a7d38921d02a41649ba8f7407c38c11240ebfb6 /libavformat/mov.c
parentc53ffb2ce5f26a84ffc456ae3e024dbab85189e1 (diff)
Make mp4_read_descr static: It is only used inside libavformat/mov.c.
Originally committed as revision 22097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 7b475a94bc..3ff046b934 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -396,7 +396,7 @@ int ff_mp4_read_descr_len(ByteIOContext *pb)
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);