Commit 998257bd authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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
parent c53ffb2c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment