# HG changeset patch # User diego # Date 1266444665 0 # Node ID 7031b2cf61ca794d6c8e2067b2af31890b9b60d2 # Parent 98dc6ae7ede2ba974262cd2b011e3902302b208e Mark mov_build_index() as static; it is not used outside of the file. diff -r 98dc6ae7ede2 -r 7031b2cf61ca libmpdemux/demux_mov.c --- 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;