Commit 7a217766 authored by cehoyos's avatar cehoyos

Make mp4_read_descr static: It is only used inside libavformat/mov.c.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22097 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a9a05179
...@@ -396,7 +396,7 @@ int ff_mp4_read_descr_len(ByteIOContext *pb) ...@@ -396,7 +396,7 @@ int ff_mp4_read_descr_len(ByteIOContext *pb)
return len; 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; int len;
*tag = get_byte(pb); *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