mirror of https://github.com/mpv-player/mpv
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:
parent
eafb70de50
commit
8615d00834
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue