Commit 450f0f82 authored by melanson's avatar melanson

yep, tyop


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3328 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ce5a385d
...@@ -223,7 +223,7 @@ int main(int argc, char *argv[]) ...@@ -223,7 +223,7 @@ int main(int argc, char *argv[])
} }
/* dump the new moov atom */ /* dump the new moov atom */
printf (" writing moov aton...\n"); printf (" writing moov atom...\n");
if (fwrite(moov_atom, moov_atom_size, 1, outfile) != 1) { if (fwrite(moov_atom, moov_atom_size, 1, outfile) != 1) {
perror(argv[2]); perror(argv[2]);
goto error_out; goto error_out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment