diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2005-05-23 09:46:37 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2005-05-23 09:46:37 +0000 |
| commit | 8a2e6ecd8be745b48db0bf8e1d16a7175eb321a8 (patch) | |
| tree | 42b7914fd948ac205aaee24293d5b839f7197e47 | |
| parent | 1b0a5852568c7aae059b84e977039431720414ed (diff) | |
Useless call of mj2_init_stdmovie function deleted
| -rw-r--r-- | mj2/extract_j2k_from_mj2.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
