[SCM] libav/experimental: Make mp4_read_descr static: It is only used inside libavformat/mov.c.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 998257bd4f1343eb1020d1fbe333dd519597acc0
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sun Feb 28 01:51:13 2010 +0000

    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

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 7b475a9..3ff046b 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list