Skip to content

Commit

Permalink
Merge pull request #877 from gondow/fix-#750
Browse files Browse the repository at this point in the history
fix-#750
  • Loading branch information
barbibulle committed Jul 27, 2023
2 parents 3934616 + 167bdc4 commit 19c6839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/C++/Apps/Mp42Ts/Mp42Ts.cpp
Expand Up @@ -515,6 +515,8 @@ main(int argc, char** argv)
AP4_Movie* movie = input_file->GetMovie();
if (movie == NULL) {
fprintf(stderr, "ERROR: no movie in file\n");
delete input;
delete input_file;
return 1;
}

Expand Down

0 comments on commit 19c6839

Please sign in to comment.