changeset 30571:7031b2cf61ca

Mark mov_build_index() as static; it is not used outside of the file.
author diego
date Wed, 17 Feb 2010 22:11:05 +0000
parents 98dc6ae7ede2
children 292ab27ee1fa
files libmpdemux/demux_mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_mov.c	Wed Feb 17 22:01:35 2010 +0000
+++ b/libmpdemux/demux_mov.c	Wed Feb 17 22:11:05 2010 +0000
@@ -165,7 +165,7 @@
     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;