diff --git a/mj2/extract_j2k_from_mj2.c b/mj2/extract_j2k_from_mj2.c index adf81393..24f759f1 100644 --- a/mj2/extract_j2k_from_mj2.c +++ b/mj2/extract_j2k_from_mj2.c @@ -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)