Useless call of mj2_init_stdmovie function deleted
This commit is contained in:
parent
1b0a585256
commit
8a2e6ecd8b
|
@ -41,8 +41,6 @@ int main(int argc, char *argv[]) {
|
||||||
if (mj2_read_struct(file, &movie)) // Creating the movie structure
|
if (mj2_read_struct(file, &movie)) // Creating the movie structure
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
mj2_init_stdmovie(&movie);
|
|
||||||
|
|
||||||
// Decode first video track
|
// Decode first video track
|
||||||
tnum = 0;
|
tnum = 0;
|
||||||
while (movie.tk[tnum].track_type != 0)
|
while (movie.tk[tnum].track_type != 0)
|
||||||
|
|
Loading…
Reference in New Issue