Useless call of mj2_init_stdmovie function deleted
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Mon, 23 May 2005 09:46:37 +0000 (09:46 +0000)
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Mon, 23 May 2005 09:46:37 +0000 (09:46 +0000)
mj2/extract_j2k_from_mj2.c

index adf81393cc239befbe35646d5e6b504b2b088223..24f759f1a86dacad4338166dbcd26780d7ae2803 100644 (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)