[MPlayer-cvslog] r30613 - trunk/libmpdemux/demux_mov.c
    diego 
    subversion at mplayerhq.hu
       
    Wed Feb 17 23:11:05 CET 2010
    
    
  
Author: diego
Date: Wed Feb 17 23:11:05 2010
New Revision: 30613
Log:
Mark mov_build_index() as static; it is not used outside of the file.
Modified:
   trunk/libmpdemux/demux_mov.c
Modified: trunk/libmpdemux/demux_mov.c
==============================================================================
--- trunk/libmpdemux/demux_mov.c	Wed Feb 17 23:01:35 2010	(r30612)
+++ trunk/libmpdemux/demux_mov.c	Wed Feb 17 23:11:05 2010	(r30613)
@@ -165,7 +165,7 @@ typedef struct {
     void* desc; // image/sound/etc description (pointer to ImageDescription etc)
 } mov_track_t;
 
-void mov_build_index(mov_track_t* trak,int timescale){
+static void mov_build_index(mov_track_t* trak,int timescale){
     int i,j,s;
     int last=trak->chunks_size;
     unsigned int pts=0;
    
    
More information about the MPlayer-cvslog
mailing list