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
free ftyp atom
Originally committed as revision 5187 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
19 years ago
parent
d59518d45d
commit
21c5aca65a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
qt-faststart.c
+ 4
- 0
qt-faststart.c
View File
@@ -288,6 +288,8 @@ int main(int argc, char *argv[])
fclose(infile);
fclose(outfile);
free(moov_atom);
if (ftyp_atom_size > 0)
free(ftyp_atom);
return 0;
@@ -295,5 +297,7 @@ error_out:
fclose(infile);
fclose(outfile);
free(moov_atom);
if (ftyp_atom_size > 0)
free(ftyp_atom);
return 1;
}
Write
Preview
Loading…
Cancel
Save