[FFmpeg-cvslog] r22097 - trunk/libavformat/mov.c

cehoyos subversion
Sun Feb 28 02:51:13 CET 2010


Author: cehoyos
Date: Sun Feb 28 02:51:13 2010
New Revision: 22097

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

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Sun Feb 28 02:43:47 2010	(r22096)
+++ trunk/libavformat/mov.c	Sun Feb 28 02:51:13 2010	(r22097)
@@ -396,7 +396,7 @@ int ff_mp4_read_descr_len(ByteIOContext 
     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);



More information about the ffmpeg-cvslog mailing list