comparison libmpdemux/demux_mov.c @ 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 8f54d278fd50
children a25d16882312
comparison
equal deleted inserted replaced
30570:98dc6ae7ede2 30571:7031b2cf61ca
163 int editlist_pos; 163 int editlist_pos;
164 // 164 //
165 void* desc; // image/sound/etc description (pointer to ImageDescription etc) 165 void* desc; // image/sound/etc description (pointer to ImageDescription etc)
166 } mov_track_t; 166 } mov_track_t;
167 167
168 void mov_build_index(mov_track_t* trak,int timescale){ 168 static void mov_build_index(mov_track_t* trak,int timescale){
169 int i,j,s; 169 int i,j,s;
170 int last=trak->chunks_size; 170 int last=trak->chunks_size;
171 unsigned int pts=0; 171 unsigned int pts=0;
172 172
173 #if 0 173 #if 0