This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Reindent after the previous commit
Originally committed as revision 23007 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Martin Storsjö
16 years ago
parent
d50fc2d07b
commit
331cb6c3e8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tools/qt-faststart.c
+ 2
- 2
tools/qt-faststart.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save