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
This commit is contained in:
Carl Eugen Hoyos 2010-02-28 01:51:13 +00:00
parent c53ffb2ce5
commit 998257bd4f
1 changed files with 1 additions and 1 deletions

View File

@ -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);