Mark mov_build_index() as static; it is not used outside of the file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30613 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-17 22:11:05 +00:00
parent eafb70de50
commit 8615d00834
1 changed files with 1 additions and 1 deletions

View File

@ -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;