# HG changeset patch # User cehoyos # Date 1267321873 0 # Node ID adf1ad73c63e4fd5aa3de66e985f5a3ef8ea3bfe # Parent 8e0b6203dfb5dd41a548cd42ca676fc3be36ca43 Make mp4_read_descr static: It is only used inside libavformat/mov.c. diff -r 8e0b6203dfb5 -r adf1ad73c63e mov.c --- 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);