Useless call of mj2_init_stdmovie function deleted

This commit is contained in:
Francois-Olivier Devaux 2005-05-23 09:46:37 +00:00
parent 1b0a585256
commit 8a2e6ecd8b
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ int main(int argc, char *argv[]) {
if (mj2_read_struct(file, &movie)) // Creating the movie structure
return 1;
mj2_init_stdmovie(&movie);
// Decode first video track
tnum = 0;
while (movie.tk[tnum].track_type != 0)