git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reindent after the previous commit
[ffmpeg.git]
/
tools
/
qt-faststart.c
diff --git
a/tools/qt-faststart.c
b/tools/qt-faststart.c
index
6101fae
..
7e9e5eb
100644
(file)
--- a/
tools/qt-faststart.c
+++ b/
tools/qt-faststart.c
@@
-310,7
+310,7
@@
int main(int argc, char *argv[])
fclose(infile);
fclose(outfile);
free(moov_atom);
-
free(ftyp_atom);
+ free(ftyp_atom);
return 0;
@@
-318,6
+318,6
@@
error_out:
fclose(infile);
fclose(outfile);
free(moov_atom);
-
free(ftyp_atom);
+ free(ftyp_atom);
return 1;
}