mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
yep, tyop
Originally committed as revision 3328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user