mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
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:
parent
c53ffb2ce5
commit
998257bd4f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user